projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
lua: remove an unnecessary check and replace switch (GET_OPCODE(i)) as well (thx...
[openwrt.git]
/
package
/
dnsmasq
/
files
/
dhcp.conf
diff --git
a/package/dnsmasq/files/dhcp.conf
b/package/dnsmasq/files/dhcp.conf
index
4904b02
..
72d5166
100644
(file)
--- a/
package/dnsmasq/files/dhcp.conf
+++ b/
package/dnsmasq/files/dhcp.conf
@@
-12,12
+12,12
@@
config dnsmasq
option leasefile '/tmp/dhcp.leases'
option resolvfile '/tmp/resolv.conf.auto'
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
option interface lan
option start 100
option limit 150
option leasetime 12h
-config dhcp
+config dhcp
wan
option interface wan
option ignore 1
option interface wan
option ignore 1
This page took
0.023303 seconds
and
4
git commands to generate.