From cdfbb5a9c3ca16cbba8736931cf93bf099a3f159 Mon Sep 17 00:00:00 2001 From: quindecim Date: Sun, 25 Jul 2021 09:48:09 +0200 Subject: [PATCH] [DOCS] - Implement UncensoredDNS (Unicast) in addition to UncensoredDNS (Anycast) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c318883..f80f1f4 100644 --- a/README.md +++ b/README.md @@ -36,9 +36,9 @@ All these binary files are downloaded from the [OFFICIAL RELEASE PAGE](https://g - `dnscrypt_ephemeral_keys` = `true` (create a new, unique key for every single DNS query) -- `bootstrap_resolvers` = `['91.239.100.100:53']` (use [UncensoredDNS](https://blog.uncensoreddns.org/) instead [CloudFlare](https://iscloudflaresafeyet.com/)) +- `bootstrap_resolvers` = `['91.239.100.100:53', '89.233.43.71:53']` (use [UncensoredDNS (Anycast & Unicast)](https://blog.uncensoreddns.org/) instead [CloudFlare](https://iscloudflaresafeyet.com/)) -- `netprobe_address` = `'91.239.100.100:53'` (use [UncensoredDNS](https://blog.uncensoreddns.org/) instead [CloudFlare](https://iscloudflaresafeyet.com/)) +- `netprobe_address` = `'91.239.100.100:53'` (use [UncensoredDNS (Anycast)](https://blog.uncensoreddns.org/) instead [CloudFlare](https://iscloudflaresafeyet.com/)) - `block_ipv6` = `true` (immediately respond to IPv6-related queries with an empty response)