From 7da17788bba1b2eacec9ba1ce8d0c2039db0dae3 Mon Sep 17 00:00:00 2001 From: jahway603 Date: Wed, 12 Oct 2022 17:12:03 -0400 Subject: [PATCH] added other DNS.sb name server --- README.md | 4 ++-- config/dnscrypt-proxy.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b4a5c1a..d5ae142 100644 --- a/README.md +++ b/README.md @@ -38,9 +38,9 @@ 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) -- `bootstrap_resolvers = ['185.222.222.222:53']` (use [DNS.SB](https://dns.sb/) instead [CloudFlare](https://archive.today/tS1Ln)) +- `bootstrap_resolvers = ['45.11.45.11:53', '185.222.222.222:53']` (use [DNS.SB](https://dns.sb/) instead [CloudFlare](https://archive.today/tS1Ln)) -- `netprobe_address = '185.222.222.222: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)) - `block_ipv6 = true` (immediately respond to IPv6-related queries with an empty response) diff --git a/config/dnscrypt-proxy.toml b/config/dnscrypt-proxy.toml index 8d9f51f..8a5f8f4 100644 --- a/config/dnscrypt-proxy.toml +++ b/config/dnscrypt-proxy.toml @@ -248,7 +248,7 @@ dnscrypt_ephemeral_keys = true ## 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. -bootstrap_resolvers = ['185.222.222.222:53'] +bootstrap_resolvers = ['45.11.45.11:53', '185.222.222.222:53'] ## Always use the bootstrap resolver before the system DNS settings. @@ -274,7 +274,7 @@ netprobe_timeout = -1 ## On other operating systems, the connection will be initialized ## but nothing will be sent at all. -netprobe_address = '185.222.222.222:53' +netprobe_address = '45.11.45.11:53' ## Offline mode - Do not use any remote encrypted servers.