diff options
author | Nicolas Thill <nico@openwrt.org> | 2010-08-11 10:37:33 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2010-08-11 10:37:33 +0000 |
commit | 46016457c292747652907516b6bd58081bc42894 (patch) | |
tree | c5c9f6a4ddadaf2834c4422b7dec1a568200ab6c /package/dnsmasq/files/dhcp.conf | |
parent | a84b3efe3435d200819294e6df71fd87b0526477 (diff) | |
download | mtk-20170518-46016457c292747652907516b6bd58081bc42894.zip mtk-20170518-46016457c292747652907516b6bd58081bc42894.tar.gz mtk-20170518-46016457c292747652907516b6bd58081bc42894.tar.bz2 |
package/dnsmasq: add support for bogus-nxdomain (thanks to Mickey Knox), bump release number
SVN-Revision: 22592
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 c79458f..cff08d4 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 |