bhanupratapys / dnswarden

Adblocking dns, Uncensored dns server and Adult-filter dns. Supports Dns-over-QUIC , Dns-over-HTTPS and Dns-over-TLS with DNSSEC enabled and no logging.
https://dnswarden.com/
MIT License
146 stars 4 forks source link

Anonymised DNSCrypt #10

Closed that1guywill closed 5 years ago

that1guywill commented 5 years ago

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

bhanupratapys commented 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