From: Florian Fainelli <florian@openwrt.org>
Date: Fri, 22 Jun 2007 09:24:50 +0000 (+0000)
Subject: Do not cache negative answers
X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=426f0b477b8fdb32baa03a8d5b19d18b3ea60714;p=openwrt%2Fstaging%2Fsvanheule.git

Do not cache negative answers

SVN-Revision: 7707
---

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