Updated diffs
This commit is contained in:
parent
f25d553597
commit
d2321c3020
|
@ -24,7 +24,8 @@ Up-to-date, pre-built binaries are available for:
|
|||
|
||||
- ✅ `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 relay)*
|
||||
- ✅ Enabled `anonymized_dns` feature *(each resolver has 2 relays)*
|
||||
- ✅ Enabled `blacklist` file to prevent `CNAME Cloaking` tracking feature
|
||||
- ⛔️ `DoH` disabled
|
||||
- ⛔️ `IPv6` disabled
|
||||
- ℹ️ Set`refused` response to blocked queries
|
||||
|
@ -65,4 +66,4 @@ iptables -t nat -D OUTPUT -p udp ! -d 91.239.100.100 --dport 53 -j DNAT --to-des
|
|||
## Credit
|
||||
- DNSCrypt-Proxy2 upstream | [jedisct1](https://github.com/jedisct1/dnscrypt-proxy)
|
||||
- [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