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,7 +38,7 @@ 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 = ['45.11.45.11:53', '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'] ` (use [ DNS.SB] ( https://dns.sb/ ) instead [ CloudFlare] ( https://archive.today/tS1Ln ) )
4242
4343- ` netprobe_address = '45.11.45.11:53' ` (use [ DNS.SB] ( https://dns.sb/ ) instead [ CloudFlare] ( https://archive.today/tS1Ln ) )
4444
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 = [' 45.11.45.11:53' , ' 185.222.222.222:53 ' ]
251+ bootstrap_resolvers = [' 45.11.45.11:53' ]
252252
253253
254254# # Always use the bootstrap resolver before the system DNS settings.
You can’t perform that action at this time.
0 commit comments