Closed that1guywill closed 5 years ago
Anonymized dnscrypt works. You just have to grab the latest dnscrpt-proxy and modify the routes option under [anonymized_dns] like this
routes = [
{ server_name='some-server-name', via=['anon-some-relay-name'] },
{ server_name='another-server-name', via=['anon-another-relay-name'] }
]
You can find the relay options here
Are there any plans to implement this for the DNSCrypt DNS or has this already been implemented?
Sources: https://github.com/DNSCrypt/dnscrypt-proxy/issues/960 https://github.com/DNSCrypt/dnscrypt-protocol/blob/master/ANONYMIZED-DNSCRYPT.txt