From 3cbfd346e52867d680892fec8b875c3db44f81a3 Mon Sep 17 00:00:00 2001 From: Lewis Lebentz Date: Sun, 1 Apr 2018 19:25:40 +0100 Subject: [PATCH] Update config.cfg Use Cloudflare's new privacy focused DNS resolver by default. According to DNSPerf, it's the fastest public resolver in the world right now too. (https://www.dnsperf.com/#!dns-resolvers) --- config.cfg | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config.cfg b/config.cfg index d5cc0a55..2c693d88 100644 --- a/config.cfg +++ b/config.cfg @@ -31,11 +31,11 @@ adblock_lists: dns_servers: ipv4: - - 8.8.8.8 - - 8.8.4.4 + - 1.1.1.1 + - 1.0.0.1 ipv6: - - 2001:4860:4860::8888 - - 2001:4860:4860::8844 + - 2606:4700:4700::1111 + - 2606:4700:4700::1001 # IP address for the local dns resolver local_service_ip: 172.16.0.1