From 3a11d501f0912d39d8a179d04fc91c02f57ff5cd Mon Sep 17 00:00:00 2001 From: necro-nemesis Date: Thu, 12 Sep 2019 06:23:06 -0400 Subject: [PATCH] Direct all .loki dns lookups to Lokinet --- config/dnsmasq.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config/dnsmasq.conf b/config/dnsmasq.conf index 4ab35b7..f152e8b 100644 --- a/config/dnsmasq.conf +++ b/config/dnsmasq.conf @@ -1,6 +1,5 @@ interface=wlan0 dhcp-range=10.3.141.1,10.3.141.24,255.255.255.0,12h bind-dynamic -server=127.3.2.1 +server=/loki/127.3.2.1 server=127.0.0.1 -server=1.1.1.1