File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -38,9 +38,9 @@ All the binary files are downloaded from the [official release page](https://git
3838
3939- ` dnscrypt_ephemeral_keys = true ` (create a new, unique key for every single DNS query)
4040
41- - ` bootstrap_resolvers = ['185.222.222.222:53'] ` (use [ DNS.SB] ( https://dns.sb/ ) instead [ CloudFlare] ( https://archive.today/tS1Ln ) )
41+ - ` bootstrap_resolvers = ['45.11.45.11:53', ' 185.222.222.222:53'] ` (use [ DNS.SB] ( https://dns.sb/ ) instead [ CloudFlare] ( https://archive.today/tS1Ln ) )
4242
43- - ` netprobe_address = '185.222.222.222 :53' ` (use [ DNS.SB] ( https://dns.sb/ ) instead [ CloudFlare] ( https://archive.today/tS1Ln ) )
43+ - ` netprobe_address = '45.11.45.11 :53' ` (use [ DNS.SB] ( https://dns.sb/ ) instead [ CloudFlare] ( https://archive.today/tS1Ln ) )
4444
4545- ` block_ipv6 = true ` (immediately respond to IPv6-related queries with an empty response)
4646
Original file line number Diff line number Diff line change @@ -248,7 +248,7 @@ dnscrypt_ephemeral_keys = true
248248# # not be sent there. If you're using DNSCrypt or Anonymized DNS and your
249249# # lists are up to date, these resolvers will not even be used.
250250
251- bootstrap_resolvers = [' 185.222.222.222:53' ]
251+ bootstrap_resolvers = [' 45.11.45.11:53 ' , ' 185.222.222.222:53' ]
252252
253253
254254# # Always use the bootstrap resolver before the system DNS settings.
@@ -274,7 +274,7 @@ netprobe_timeout = -1
274274# # On other operating systems, the connection will be initialized
275275# # but nothing will be sent at all.
276276
277- netprobe_address = ' 185.222.222.222 :53'
277+ netprobe_address = ' 45.11.45.11 :53'
278278
279279
280280# # Offline mode - Do not use any remote encrypted servers.
You can’t perform that action at this time.
0 commit comments