diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-08-11 10:37:33 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-08-11 10:37:33 +0000 |
commit | b66f4d463b3dcd6dde992751b67f9866373a9154 (patch) | |
tree | 9c88b2a3de723c1e15120357414b6306664e89ed /package/dnsmasq/files/dhcp.conf | |
parent | 7425e48f8c62249f9b8cb747f4c47ea2ce359a84 (diff) |
package/dnsmasq: add support for bogus-nxdomain (thanks to Mickey Knox), bump release number
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22592 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/dnsmasq/files/dhcp.conf')
-rw-r--r-- | package/dnsmasq/files/dhcp.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/dnsmasq/files/dhcp.conf b/package/dnsmasq/files/dhcp.conf index c79458fb2b..cff08d482c 100644 --- a/package/dnsmasq/files/dhcp.conf +++ b/package/dnsmasq/files/dhcp.conf @@ -18,6 +18,7 @@ config dnsmasq #option nonwildcard 1 #list interface br-lan #list notinterface lo + #list bogusnxdomain '64.94.110.11' config dhcp lan option interface lan |