openwrt-routing/hnetd/files/hnetd.defaults

8 lines
106 B
Bash

#!/bin/sh
uci batch <<EOF
set dhcp.odhcpd.maindhcp=1
set dhcp.@dnsmasq[0].localservice=0
commit dhcp
EOF