mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-04 23:55:01 +02:00
28 lines
608 B
Plaintext
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'
|
|
|