git.99rst.org
/
openwrt-luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
bc17d19
)
modules/admin-full: fix disabling of rebind protection in dnsmasq config
author
Jo-Philipp Wich
<redacted>
Wed, 17 Nov 2010 00:06:40 +0000
(
00:06
+0000)
committer
Jo-Philipp Wich
<redacted>
Wed, 17 Nov 2010 00:06:40 +0000
(
00:06
+0000)
modules/admin-full/luasrc/model/cbi/admin_services/dnsmasq.lua
patch
|
blob
|
history
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 f9411c7a8489698496810fbd5803d7a4bb5c3510..b9c6f07b353b4c0f866f5cfc2c2f1c39cb8e3ea2 100644
(file)
--- 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"),
git clone https://git.99rst.org/PROJECT