hnetd: Disabling localservice from default dnsmasq configuration. In a hnetd topology...
[lede-routing/.git] / hnetd / files / hnetd.defaults
1 #!/bin/sh
2
3 uci batch <<EOF
4 set dhcp.odhcpd.maindhcp=1
5 set dhcp.@dnsmasq[0].localservice=0
6 commit dhcp
7 EOF