modules/admin-full: fix disabling of rebind protection in dnsmasq config

This commit is contained in:
Jo-Philipp Wich 2010-11-17 00:06:40 +00:00
parent bc17d19369
commit 218ca5d731

View 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"),