feature: migrate to cloudflare dns
All checks were successful
Main / build (push) Successful in 3m18s
All checks were successful
Main / build (push) Successful in 3m18s
This commit is contained in:
parent
e7ef0c3f69
commit
bb0713a76c
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user