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 | 426f0b477b8fdb32baa03a8d5b19d18b3ea60714 (patch) | |
tree | da059279c5b68747f40ebbc5c2b7e5541f2a494b /package/dnsmasq/files/dnsmasq.conf | |
parent | 264794d802d4463cf66153942750385890390983 (diff) | |
download | upstream-426f0b477b8fdb32baa03a8d5b19d18b3ea60714.tar.gz upstream-426f0b477b8fdb32baa03a8d5b19d18b3ea60714.tar.bz2 upstream-426f0b477b8fdb32baa03a8d5b19d18b3ea60714.zip |
Do not cache negative answers
SVN-Revision: 7707
Diffstat (limited to 'package/dnsmasq/files/dnsmasq.conf')
-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 |