feature: migrate to cloudflare dns
All checks were successful
Main / build (push) Successful in 3m18s

This commit is contained in:
RouxAntoine 2023-12-28 12:57:40 +01:00
parent e7ef0c3f69
commit bb0713a76c
Signed by: antoine
GPG Key ID: 098FB66FC0475E70

View File

@ -252,7 +252,7 @@ cert_refresh_delay = 240
## than the DoH servers you will be using, especially if you have IPv6 enabled. ## 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. ## 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. ## 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 ## 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. ## 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 ## 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 ## On other operating systems, the connection will be initialized
## but nothing will be sent at all. ## 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. ## Offline mode - Do not use any remote encrypted servers.