Update 'README.md'
✅ Added `meganerd` resolver ✅ Enabled `blacklist.txt` and `whitelist.txt` file (as placeholder, use them as you wish)
This commit is contained in:
parent
c89d027907
commit
51d8e5ad9a
|
@ -25,14 +25,14 @@ Up-to-date, pre-built binaries are available for:
|
||||||
- ✅ `DNSSEC` required
|
- ✅ `DNSSEC` required
|
||||||
- ✅ Enabled `dnscrypt_ephemeral_keys` feature *(create a new, unique key for every single DNS query)*
|
- ✅ 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 `anonymized_dns` feature *(each resolver has 2 relays)*
|
||||||
- ✅ Enabled `skip_incompatible` option *(ignore resolvers incompatible with Anonymized DNS instead of
|
- ✅ Enabled `skip_incompatible` option *(ignore resolvers incompatible with Anonymized DNS instead of using them without a relay)*
|
||||||
using them without a relay)*
|
- ✅ Enabled `blacklist.txt` and `whitelist.txt` file *(as placeholder, use them as you wish)*
|
||||||
- ⛔️ `DoH` disabled
|
- ⛔️ `DoH` disabled
|
||||||
- ⛔️ `IPv6` disabled
|
- ⛔️ `IPv6` disabled
|
||||||
- ℹ️ Set`refused` response to blocked queries
|
- ℹ️ Set`refused` response to blocked queries
|
||||||
- ℹ️ Set DNS query max. response time from `5000` to `1500`, in ms.
|
- ℹ️ Set DNS query max. response time from `5000` to `1500`, in ms.
|
||||||
- ℹ️ Use [UncensoredDNS](https://blog.uncensoreddns.org/) as fallback resolver instead CloudFlare
|
- ℹ️ Use [UncensoredDNS](https://blog.uncensoreddns.org/) as fallback resolver instead CloudFlare
|
||||||
- ℹ️ Use `dnscrypt.eu-dk` (DK), `dnscrypt.eu-nl` (NL), `dnscrypt.uk-ipv4` (UK), 'edoardo' (NL), `ffmuc.net` (DE), `publicarray-au` (AUS), `scaleway-ams` (NL), `scaleway-fr` (FR), 'suami' (FR) and `v.dnscrypt.uk-ipv4` (UK)
|
- ℹ️ Use `dnscrypt.eu-dk` (DK), `dnscrypt.eu-nl` (NL), `dnscrypt.uk-ipv4` (UK), 'edoardo' (NL), `ffmuc.net` (DE), `meganerd` (NL), `publicarray-au` (AUS), `scaleway-ams` (NL), `scaleway-fr` (FR), 'suami' (FR) and `v.dnscrypt.uk-ipv4` (UK)
|
||||||
|
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
@ -58,4 +58,4 @@ The best solution for everyone would be to use the `:5354` port variant because
|
||||||
## Credit
|
## Credit
|
||||||
- DNSCrypt-Proxy2 upstream | [jedisct1](https://github.com/jedisct1/dnscrypt-proxy)
|
- DNSCrypt-Proxy2 upstream | [jedisct1](https://github.com/jedisct1/dnscrypt-proxy)
|
||||||
- [bluemeda](https://github.com/bluemeda) for the original module
|
- [bluemeda](https://github.com/bluemeda) for the original module
|
||||||
- [All contributors](https://github.com/Magisk-Modules-Repo/dnscrypt-proxy/graphs/contributors)
|
- [All contributors](https://github.com/Magisk-Modules-Repo/dnscrypt-proxy/graphs/contributors)
|
Loading…
Reference in New Issue