Remove the soon deprecated DNS.sb resovler
This commit is contained in:
parent
8807363f44
commit
d1eedd18a2
|
@ -38,7 +38,7 @@ All the binary files are downloaded from the [official release page](https://git
|
||||||
|
|
||||||
- `dnscrypt_ephemeral_keys = true` (create a new, unique key for every single DNS query)
|
- `dnscrypt_ephemeral_keys = true` (create a new, unique key for every single DNS query)
|
||||||
|
|
||||||
- `bootstrap_resolvers = ['45.11.45.11:53', '185.222.222.222:53']` (use [DNS.SB](https://dns.sb/) instead [CloudFlare](https://archive.today/tS1Ln))
|
- `bootstrap_resolvers = ['45.11.45.11:53']` (use [DNS.SB](https://dns.sb/) instead [CloudFlare](https://archive.today/tS1Ln))
|
||||||
|
|
||||||
- `netprobe_address = '45.11.45.11:53'` (use [DNS.SB](https://dns.sb/) instead [CloudFlare](https://archive.today/tS1Ln))
|
- `netprobe_address = '45.11.45.11:53'` (use [DNS.SB](https://dns.sb/) instead [CloudFlare](https://archive.today/tS1Ln))
|
||||||
|
|
||||||
|
|
|
@ -248,7 +248,7 @@ dnscrypt_ephemeral_keys = true
|
||||||
## 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 = ['45.11.45.11:53', '185.222.222.222:53']
|
bootstrap_resolvers = ['45.11.45.11:53']
|
||||||
|
|
||||||
|
|
||||||
## Always use the bootstrap resolver before the system DNS settings.
|
## Always use the bootstrap resolver before the system DNS settings.
|
||||||
|
|
Loading…
Reference in New Issue