From 426f0b477b8fdb32baa03a8d5b19d18b3ea60714 Mon Sep 17 00:00:00 2001
From: Florian Fainelli <florian@openwrt.org>
Date: Fri, 22 Jun 2007 09:24:50 +0000
Subject: [PATCH] Do not cache negative answers

SVN-Revision: 7707
---
 package/dnsmasq/files/dnsmasq.conf | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/dnsmasq/files/dnsmasq.conf b/package/dnsmasq/files/dnsmasq.conf
index 5be394696ad..8001e3b9b93 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
-- 
GitLab