diff --git a/dnscrypt-proxy.toml b/dnscrypt-proxy.toml index 70a9a54..ce92276 100644 --- a/dnscrypt-proxy.toml +++ b/dnscrypt-proxy.toml @@ -252,7 +252,7 @@ cert_refresh_delay = 240 ## than the DoH servers you will be using, especially if you have IPv6 enabled. ## ## People in China may want to use 114.114.114.114:53 here. -## Other popular options include 8.8.8.8, 9.9.9.9 and 1.1.1.1. +## Other popular options include 8.8.8.8, 1.1.1.1 and 1.1.1.1. ## ## If more than one resolver is specified, they will be tried in sequence. ## @@ -260,7 +260,7 @@ cert_refresh_delay = 240 ## not be sent there. If you're using DNSCrypt or Anonymized DNS and your ## lists are up to date, these resolvers will not even be used. -bootstrap_resolvers = ['9.9.9.9:53'] +bootstrap_resolvers = ['1.1.1.1:53'] ## When internal DNS resolution is required, for example to retrieve @@ -296,7 +296,7 @@ netprobe_timeout = 60 ## On other operating systems, the connection will be initialized ## but nothing will be sent at all. -netprobe_address = '9.9.9.9:53' +netprobe_address = '1.1.1.1:53' ## Offline mode - Do not use any remote encrypted servers.