mirror of
https://github.com/openwrt/openwrt.git
synced 2025-04-07 19:34:48 +00:00
add section names to dnsmasq config
SVN-Revision: 12342
This commit is contained in:
parent
e0ab01285d
commit
9e17c77236
@ -12,12 +12,12 @@ config dnsmasq
|
||||
option leasefile '/tmp/dhcp.leases'
|
||||
option resolvfile '/tmp/resolv.conf.auto'
|
||||
|
||||
config dhcp
|
||||
config dhcp lan
|
||||
option interface lan
|
||||
option start 100
|
||||
option limit 150
|
||||
option leasetime 12h
|
||||
|
||||
config dhcp
|
||||
config dhcp wan
|
||||
option interface wan
|
||||
option ignore 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user