openwrt-chaoscalmer-uappro/files/etc/config/dhcp

16 lines
592 B
Text

config 'dnsmasq'
option domainneeded 1
option boguspriv 1
option filterwin2k 0
option localise_queries 1
option rebind_protection 1
option rebind_localhost 0
option local '/lan/'
option domain 'lan'
option expandhosts 1
option nonegcache 0
# option authoritative 1
option readethers 1
# option leasefile '/tmp/dhcp.leases'
option resolvfile '/tmp/resolv.conf.auto'
option interface lo