Skip to content

Commit d1eedd1

Browse files
committed
Remove the soon deprecated DNS.sb resovler
1 parent 8807363 commit d1eedd1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

config/dnscrypt-proxy.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)