fixup! luci-app-mosdns: add custom Cloudflare IP support

This commit is contained in:
sbwml 2023-09-19 18:16:24 +08:00
parent aa9b5627f8
commit 4f71800573

View File

@ -206,7 +206,6 @@ o.default = false
o:depends("configfile", "/etc/mosdns/config.yaml") o:depends("configfile", "/etc/mosdns/config.yaml")
o = s:taboption("cloudflare", DynamicList, "cloudflare_ip", translate("Custom IP")) o = s:taboption("cloudflare", DynamicList, "cloudflare_ip", translate("Custom IP"))
o.rmempty = false
o.datatype = "ipaddr" o.datatype = "ipaddr"
o:depends("configfile", "/etc/mosdns/config.yaml") o:depends("configfile", "/etc/mosdns/config.yaml")