diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-11-17 00:06:40 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-11-17 00:06:40 +0000 |
commit | 218ca5d73114466f0b48a5ac40c13ce9e9a4db1d (patch) | |
tree | b0cd442449155fefab8b4c87e0687e5b2ef3bd21 /modules | |
parent | bc17d19369f27372ec87d3c3ee31598a53c82370 (diff) |
modules/admin-full: fix disabling of rebind protection in dnsmasq config
Diffstat (limited to 'modules')
-rw-r--r-- | modules/admin-full/luasrc/model/cbi/admin_services/dnsmasq.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/admin-full/luasrc/model/cbi/admin_services/dnsmasq.lua b/modules/admin-full/luasrc/model/cbi/admin_services/dnsmasq.lua index f9411c7a8..b9c6f07b3 100644 --- a/modules/admin-full/luasrc/model/cbi/admin_services/dnsmasq.lua +++ b/modules/admin-full/luasrc/model/cbi/admin_services/dnsmasq.lua @@ -117,6 +117,8 @@ rp = s:taboption("general", Flag, "rebind_protection", translate("Rebind protection"), translate("Discard upstream RFC1918 responses")) +rp.rmempty = false + rl = s:taboption("general", Flag, "rebind_localhost", translate("Allow localhost"), |