1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2024-07-03 02:33:16 +03:00
openwrt-packages/milkymist-files/data/m1/files/etc/config/dhcp

28 lines
608 B
Plaintext

config 'dnsmasq'
option 'domainneeded' '1'
option 'boguspriv' '1'
option 'filterwin2k' '0'
option 'localise_queries' '1'
option 'rebind_protection' '1'
option 'rebind_localhost' '1'
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'
config 'dhcp' 'lan'
option 'interface' 'lan'
option 'start' '100'
option 'leasetime' '12h'
option 'limit' '1'
config 'dhcp' 'wan'
option 'interface' 'wan'
option 'ignore' '1'