hnetd: Bump + removed rebind_protection disabling (as latest hnetd provides correct...
[lede-routing/.git] / hnetd / files / hnetd.defaults
index f9ed705f46b5c3debebe40a82478437fcfbce6c3..5ca7388fdc6bd0d5ad6040134b63826df8aa6e11 100644 (file)
@@ -2,13 +2,11 @@
 
 # Why we tune dnsmasq?
 # localservice=0 => other hnetd instances can query for local names
-# rebind_protection=0 => accept RFC1918 names from the other hnetd instances
 # boguspriv=0 => allow reverse resolution of RFC1918 w/o local hosts entries
 
 uci batch <<EOF
 set dhcp.odhcpd.maindhcp=1
 set dhcp.@dnsmasq[0].localservice=0
-set dhcp.@dnsmasq[0].rebind_protection=0
 set dhcp.@dnsmasq[0].boguspriv=0
 commit dhcp
 EOF