dnscrypt-resolvers/v2/onion-services.md
4-FLOSS-Free-Libre-Open-Source-Software cfca3dd7da
remove Cloudflare Onion Service
Certificate fails since 29 May 2020

dnscrypt-proxy: [ERROR] Get "https://dns4torpnlfs2ifuz2s2yf3fc7rdmsbhm6rw75euj35pac6ap25zgqad.onion/dns-query?ct=&dns=yv4BAAABAAAAAAABAAACAAEAACkQAAAAAAAAFAAMABDNluS_h5fKQgqu5p2e1_ui": x509: certificate is valid for cloudflare-dns.com, *.cloudflare-dns.com, one.one.one.one, not dns4torpnlfs2ifuz2s2yf3fc7rdmsbhm6rw75euj35pac6ap25zgqad.onion
2020-05-01 16:52:46 +02:00

781 B

DNS servers as .onion services

All DNSCrypt and DoH servers are accessible over Tor, via exit nodes. This is safe as all the transactions are encrypted and authenticated.

However, it may be faster to directly access a server as an onion service. This requires specifically configured servers.

The servers below are not accessible without Tor.

To use that list, add this to the [sources] section of your dnscrypt-proxy.toml configuration file:

[sources.'onion-services']
urls = ['https://raw.githubusercontent.com/DNSCrypt/dnscrypt-resolvers/master/v2/onion-services.md', 'https://download.dnscrypt.info/resolvers-list/v2/onion-services.md']
minisign_key = 'RWQf6LRCGA9i53mlYecO4IzT51TGPpvWucNSCh1CBM0QTaLn73Y7GFO3'
cache_file = 'onion-services.md'

--