allow larger beacon interval values - useful for big mesh networks (patch by sven...
[openwrt.git] / package / dnsmasq / files / dhcp.conf
1 config dnsmasq
2 option domainneeded 1
3 option boguspriv 1
4 option filterwin2k '0' #enable for dial on demand
5 option localise_queries 1
6 option local '/lan/'
7 option domain 'lan'
8 option expandhosts 1
9 option nonegcache 0
10 option authoritative 1
11 option readethers 1
12 option leasefile '/tmp/dhcp.leases'
13 option resolvfile '/tmp/resolv.conf.auto'
14
15 config dhcp lan
16 option interface lan
17 option start 100
18 option limit 150
19 option leasetime 12h
20
21 config dhcp wan
22 option interface wan
23 option ignore 1
This page took 0.052157 seconds and 5 git commands to generate.