0
0
mirror of https://github.com/openwrt/routing.git synced 2025-04-03 10:55:23 +00:00
Files
routing/hnetd/files/hnetd.defaults

13 lines
308 B
Bash

#!/bin/sh
# Why we tune dnsmasq?
# localservice=0 => other hnetd instances can query for local names
# 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].boguspriv=0
commit dhcp
EOF