Skip to content

Commit 8807363

Browse files
authored
Merge pull request #2 from jahway603/master
2 parents 7212a39 + 7da1778 commit 8807363

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

config/dnscrypt-proxy.toml

Lines changed: 2 additions & 2 deletions
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 = ['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.

0 commit comments

Comments
 (0)