luci-app-233ddns: fix cbi

This commit is contained in:
CN_SZTL 2020-02-23 00:39:35 +08:00
parent b88caf378d
commit 2f94e9a815
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

@ -9,6 +9,8 @@ end
mp = Map("233ddns", translate("233DDNS"))
mp.description = translate("A simple, fast, security DDNS client, powered by Oxygen233.") .. "<br/>" .. translate("Instructions for use:") .." https://233.ro/archives/233DDNS.html<br/>" .. translate("Please add u.233.ro to your whitelist if you use proxy programs.")
mp:section(SimpleSection).template = "233ddns/233ddns_status"
s = mp:section(TypedSection, "233ddns")
s.anonymous=true
s.addremove=false