diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-06-22 09:24:50 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-06-22 09:24:50 +0000 |
commit | 45fb3b5d60c4f213cd527c983ee9b7197f05a576 (patch) | |
tree | 56a1f51d2ba155deccf85e7bbf48f183c7fc5e95 /package/dnsmasq | |
parent | 8663558203c53e3d584281fd2b6d02d35ae9deaa (diff) |
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')
-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 5be394696..8001e3b9b 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 |