From 7c654189ddc05f4875f7c9a1cb6396ff78cdc351 Mon Sep 17 00:00:00 2001 From: necro-nemesis Date: Fri, 26 Apr 2019 19:17:48 -0400 Subject: [PATCH] add no-negcache to dnsmasq.conf --- config/dnsmasq.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/dnsmasq.conf b/config/dnsmasq.conf index c3d2e4d..0e26b87 100644 --- a/config/dnsmasq.conf +++ b/config/dnsmasq.conf @@ -1,7 +1,7 @@ -#domain-needed interface=wlan0 dhcp-range=10.3.141.1,10.3.141.24,255.255.255.0,12h bind-dynamic +no-negcache server=127.3.2.1 server=127.0.0.1 server=1.1.1.1