From 2568ea0b0c90b51e13f9250f8df1829af0d8fec8 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Thu, 22 Mar 2018 02:43:03 +0100 Subject: [PATCH] Revert "Switch to Quad114 as the default resolver" This reverts commit 91f97833a3a97c097fb75b7017e6b67a4cb2d7d4. The Internet has become a sad place. People in China need to use resolvers in China. People in the US would not trust resolvers in China. People in the EU would not trust resolvers in the US. Revert to Quad9 for now, and add some documentation about why that might be changed (especially in China) later. --- dnscrypt-proxy/example-dnscrypt-proxy.toml | 2 +- dnscrypt-proxy/xtransport.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dnscrypt-proxy/example-dnscrypt-proxy.toml b/dnscrypt-proxy/example-dnscrypt-proxy.toml index c776172c..540c6a56 100644 --- a/dnscrypt-proxy/example-dnscrypt-proxy.toml +++ b/dnscrypt-proxy/example-dnscrypt-proxy.toml @@ -110,7 +110,7 @@ cert_refresh_delay = 240 ## It will not be used if the configured system DNS works. ## A resolver supporting DNSSEC is recommended. This may become mandatory. -fallback_resolver = '114.114.114.114:53' +fallback_resolver = '9.9.9.9:53' ## Never try to use the system DNS settings; unconditionally use the diff --git a/dnscrypt-proxy/xtransport.go b/dnscrypt-proxy/xtransport.go index fc8f4cd6..78346ead 100644 --- a/dnscrypt-proxy/xtransport.go +++ b/dnscrypt-proxy/xtransport.go @@ -19,7 +19,7 @@ import ( "github.com/miekg/dns" ) -const DefaultFallbackResolver = "114.114.114.114:53" +const DefaultFallbackResolver = "9.9.9.9:53" type CachedIPs struct { sync.RWMutex