modules/admin-full: fix disabling of rebind protection in dnsmasq config
authorJo-Philipp Wich <jow@openwrt.org>
Wed, 17 Nov 2010 00:06:40 +0000 (00:06 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Wed, 17 Nov 2010 00:06:40 +0000 (00:06 +0000)
modules/admin-full/luasrc/model/cbi/admin_services/dnsmasq.lua

index f9411c7a8489698496810fbd5803d7a4bb5c3510..b9c6f07b353b4c0f866f5cfc2c2f1c39cb8e3ea2 100644 (file)
@@ -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"),