modules/admin-full: fix disabling of rebind protection in dnsmasq config
This commit is contained in:
parent
bc17d19369
commit
218ca5d731
1 changed files with 2 additions and 0 deletions
|
@ -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"),
|
||||
|
|
Loading…
Reference in a new issue