diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2009-04-09 14:51:15 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2009-04-09 14:51:15 +0000 |
commit | d63666203ccd6807da9ce60af60897fd7bce94ae (patch) | |
tree | 666a33122a83d0cfd2f5cd18b3463b9cd438ef41 /package/dnsmasq/files/dhcp.conf | |
parent | a4f6398eda015560d972b9778fb9e3132d471d1f (diff) | |
download | upstream-d63666203ccd6807da9ce60af60897fd7bce94ae.tar.gz upstream-d63666203ccd6807da9ce60af60897fd7bce94ae.tar.bz2 upstream-d63666203ccd6807da9ce60af60897fd7bce94ae.zip |
dnsmasq: add more options for interface binding (#4900)
SVN-Revision: 15172
Diffstat (limited to 'package/dnsmasq/files/dhcp.conf')
-rw-r--r-- | package/dnsmasq/files/dhcp.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/dnsmasq/files/dhcp.conf b/package/dnsmasq/files/dhcp.conf index 837be313ee..f34a0e9158 100644 --- a/package/dnsmasq/files/dhcp.conf +++ b/package/dnsmasq/files/dhcp.conf @@ -12,6 +12,8 @@ config dnsmasq option leasefile '/tmp/dhcp.leases' option resolvfile '/tmp/resolv.conf.auto' #list server '/mycompany.local/1.2.3.4' + #option nonwildcard 0 + #option interfaces '' config dhcp lan option interface lan |