hnetd: Disabling localservice from default dnsmasq configuration. In a hnetd topology, dnsmasq requests may come from non-local prefixes.

This commit is contained in:
Markus Stenberg 2015-02-03 13:14:52 +02:00
parent 5bea51d76c
commit 8ff37ec52c
1 changed files with 1 additions and 0 deletions

View File

@ -2,5 +2,6 @@
uci batch <<EOF
set dhcp.odhcpd.maindhcp=1
set dhcp.@dnsmasq[0].localservice=0
commit dhcp
EOF