Revert "Switch to Quad114 as the default resolver"

This reverts commit 91f97833a3.

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.
This commit is contained in:
Frank Denis 2018-03-22 02:43:03 +01:00
parent 2eac8d52d5
commit 2568ea0b0c
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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