mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-19 23:43:42 +02:00
add section names to dnsmasq config
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12342 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
ef5d82c263
commit
2b0f31d362
@ -12,12 +12,12 @@ config dnsmasq
|
|||||||
option leasefile '/tmp/dhcp.leases'
|
option leasefile '/tmp/dhcp.leases'
|
||||||
option resolvfile '/tmp/resolv.conf.auto'
|
option resolvfile '/tmp/resolv.conf.auto'
|
||||||
|
|
||||||
config dhcp
|
config dhcp lan
|
||||||
option interface lan
|
option interface lan
|
||||||
option start 100
|
option start 100
|
||||||
option limit 150
|
option limit 150
|
||||||
option leasetime 12h
|
option leasetime 12h
|
||||||
|
|
||||||
config dhcp
|
config dhcp wan
|
||||||
option interface wan
|
option interface wan
|
||||||
option ignore 1
|
option ignore 1
|
||||||
|
Loading…
Reference in New Issue
Block a user