diff options
author | John Crispin <john@openwrt.org> | 2008-08-19 22:05:41 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2008-08-19 22:05:41 +0000 |
commit | 9e17c7723674de8443c0031c26ccb9d410d73d06 (patch) | |
tree | 6a1f4d0ec187157dca091f311ec7661b05395961 /package/dnsmasq | |
parent | e0ab01285ddae6f5956d554e1c71a19b3f208370 (diff) | |
download | upstream-9e17c7723674de8443c0031c26ccb9d410d73d06.tar.gz upstream-9e17c7723674de8443c0031c26ccb9d410d73d06.tar.bz2 upstream-9e17c7723674de8443c0031c26ccb9d410d73d06.zip |
add section names to dnsmasq config
SVN-Revision: 12342
Diffstat (limited to 'package/dnsmasq')
-rw-r--r-- | package/dnsmasq/files/dhcp.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/dnsmasq/files/dhcp.conf b/package/dnsmasq/files/dhcp.conf index 4904b02534..72d51661a9 100644 --- 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 |