hnetd: Disabling localservice from default dnsmasq configuration. In a hnetd topology...
authorMarkus Stenberg <markus.stenberg@iki.fi>
Tue, 3 Feb 2015 11:14:52 +0000 (13:14 +0200)
committerMarkus Stenberg <markus.stenberg@iki.fi>
Tue, 3 Feb 2015 11:14:52 +0000 (13:14 +0200)
hnetd/files/hnetd.defaults

index 85c8cb2dc06422a41b96ae7dca426f0decffb5fa..8dc7871a3b4f58f20567e00e33cff58de13d46fc 100644 (file)
@@ -2,5 +2,6 @@
 
 uci batch <<EOF
 set dhcp.odhcpd.maindhcp=1
+set dhcp.@dnsmasq[0].localservice=0
 commit dhcp
 EOF