projects
/
openwrt
/
staging
/
xback.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e0ab012
)
add section names to dnsmasq config
author
John Crispin
<john@openwrt.org>
Tue, 19 Aug 2008 22:05:41 +0000
(22:05 +0000)
committer
John Crispin
<john@openwrt.org>
Tue, 19 Aug 2008 22:05:41 +0000
(22:05 +0000)
SVN-Revision: 12342
package/dnsmasq/files/dhcp.conf
patch
|
blob
|
history
diff --git
a/package/dnsmasq/files/dhcp.conf
b/package/dnsmasq/files/dhcp.conf
index 4904b02534029660930983981b69331a966f60d4..72d51661a9ba85f45e21d688cddda177f12f503c 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'
-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