mirror of https://github.com/hak5/openwrt-owl.git
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…
Reference in New Issue