diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-10-24 17:42:08 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-10-24 17:42:08 +0000 |
commit | 0788207055aa633f3242be70429ecf3df7f6a2f8 (patch) | |
tree | 7c23790248b8987e1f35157ec6f4d6286fcce0fa | |
parent | f0d73340e1bb3af4742a331b2cff81e49ebcb8b5 (diff) | |
download | upstream-0788207055aa633f3242be70429ecf3df7f6a2f8.tar.gz upstream-0788207055aa633f3242be70429ecf3df7f6a2f8.tar.bz2 upstream-0788207055aa633f3242be70429ecf3df7f6a2f8.zip |
disable filterwin2k in dnsmasq (see #2566)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9432 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | package/dnsmasq/files/dnsmasq.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/dnsmasq/files/dnsmasq.conf b/package/dnsmasq/files/dnsmasq.conf index 8001e3b9b9..c0a1958d71 100644 --- a/package/dnsmasq/files/dnsmasq.conf +++ b/package/dnsmasq/files/dnsmasq.conf @@ -1,7 +1,7 @@ # filter what we send upstream domain-needed bogus-priv -filterwin2k +# filterwin2k # enable for dial-on-demand localise-queries # allow /etc/hosts and dhcp lookups via *.lan |