Update 'README.md'
This commit is contained in:
parent
481c1eb505
commit
0656efe162
|
@ -18,20 +18,20 @@ Up-to-date, pre-built binaries are available for:
|
|||
- Android/x86_64
|
||||
|
||||
|
||||
## Differences between default DNSCrypt Proxy project
|
||||
## Differences from the main dnscrypt-proxy project
|
||||
|
||||
- ✅ `DNSSEC` required
|
||||
- ✅ Enabled `dnscrypt_ephemeral_keys` feature *(create a new, unique key for every single DNS query)*
|
||||
- ✅ Enabled `anonymized_dns` feature *(each resolver has 2 relays)*
|
||||
- ✅ Enabled `skip_incompatible` option *(ignore resolvers incompatible with Anonymized DNS instead of using them without a relay)*
|
||||
- ✅ Enabled `allowed-ips.txt`, `allowed-names.txt`, `blocked-ips.txt` and `blocked-names.txt` files *(as placeholder, use them as you wish for filter your content)*
|
||||
- ✅ Enabled `allowed-names.txt`, `blocked-ips.txt` and `blocked-names.txt` files *(as placeholder, use them as you wish for filter your content)*
|
||||
- ⛔️ Disabled `DoH`
|
||||
- ⛔️ Disabled `IPv6`
|
||||
- ⛔️ Disabled `direct_cert_fallback` option *(prevent direct connections through the resolvers for failed certificate retrieved via relay)*
|
||||
- ℹ️ Set`refused` response to blocked queries
|
||||
- ℹ️ Set DNS query max. response time from `5000` to `1500`, in ms.
|
||||
- ℹ️ Use [UncensoredDNS](https://blog.uncensoreddns.org/) as fallback resolver instead [CloudFlare](https://iscloudflaresafeyet.com/)
|
||||
- ℹ️ Use `acsacsar-ams-ipv4` (NL), `dnscrypt.eu-dk` (DK), `dnscrypt.eu-nl` (NL), `dnscrypt.uk-ipv4` (UK), `meganerd` (NL), `publicarray-au` (AUS), `scaleway-ams` (NL), `scaleway-fr` (FR), `v.dnscrypt.uk-ipv4` (UK) and `yofiji-se-ipv4` (SE)
|
||||
- ℹ️ Use `acsacsar-ams-ipv4` (NL), `dnscrypt.be` (BE), `dnscrypt.eu-dk` (DK), `dnscrypt.eu-nl` (NL), `dnscrypt.pl` (PL), `dnscrypt.uk-ipv4` (UK), `meganerd` (NL), `publicarray-au` (AUS), `scaleway-ams` (NL), `scaleway-fr` (FR) and `v.dnscrypt.uk-ipv4` (UK) resolvers.
|
||||
|
||||
|
||||
## Installation
|
||||
|
|
Loading…
Reference in New Issue