Skip to content

Commit

Permalink
fixup! luci-app-mosdns: add custom Cloudflare IP support
Browse files Browse the repository at this point in the history
  • Loading branch information
sbwml committed Sep 19, 2023
1 parent aa9b562 commit 4f71800
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion luci-app-mosdns/luasrc/model/cbi/mosdns/basic.lua
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,6 @@ o.default = false
o:depends("configfile", "/etc/mosdns/config.yaml")

o = s:taboption("cloudflare", DynamicList, "cloudflare_ip", translate("Custom IP"))
o.rmempty = false
o.datatype = "ipaddr"
o:depends("configfile", "/etc/mosdns/config.yaml")

Expand Down

0 comments on commit 4f71800

Please sign in to comment.