diff options
author | Florian Fainelli <florian@openwrt.org> | 2007-06-22 09:24:50 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2007-06-22 09:24:50 +0000 |
commit | 0ef365248615a8c4796010f548f4e0d253d128df (patch) | |
tree | 56a1f51d2ba155deccf85e7bbf48f183c7fc5e95 /package/dnsmasq/files | |
parent | e4381f4f8c5c4c5da652ecf1c797315397f4c5ef (diff) | |
download | upstream-0ef365248615a8c4796010f548f4e0d253d128df.tar.gz upstream-0ef365248615a8c4796010f548f4e0d253d128df.tar.bz2 upstream-0ef365248615a8c4796010f548f4e0d253d128df.zip |
Do not cache negative answers
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7707 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/dnsmasq/files')
-rw-r--r-- | package/dnsmasq/files/dnsmasq.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/dnsmasq/files/dnsmasq.conf b/package/dnsmasq/files/dnsmasq.conf index 5be394696a..8001e3b9b9 100644 --- a/package/dnsmasq/files/dnsmasq.conf +++ b/package/dnsmasq/files/dnsmasq.conf @@ -8,6 +8,7 @@ localise-queries local=/lan/ domain=lan expand-hosts +no-negcache resolv-file=/tmp/resolv.conf.auto dhcp-authoritative |