DNS server sources
Here are some public feeds of DNS servers lists.
OpenNIC servers
DNSCrypt-enabled OpenNIC servers.
List maintained by Frank Denis.
URL: https://download.dnscrypt.info/dnscrypt-resolvers/v3/opennic.md
minisign_key: RWQf6LRCGA9i53mlYecO4IzT51TGPpvWucNSCh1CBM0QTaLn73Y7GFO3
Parental control servers
Servers filtering some websites not suitable for children. Use in coordination with cloaking rules in order to also sanitize search results.
List maintained by Frank Denis.
URL: https://download.dnscrypt.info/dnscrypt-resolvers/v3/parental-control.md
minisign_key: RWQf6LRCGA9i53mlYecO4IzT51TGPpvWucNSCh1CBM0QTaLn73Y7GFO3
Public resolvers
A mixed set of public resolvers.
Visible online here: https://download.dnscrypt.info/resolvers-list/
List maintained by Frank Denis.
URL: https://download.dnscrypt.info/dnscrypt-resolvers/v3/public-resolvers.md
minisign_key: RWQf6LRCGA9i53mlYecO4IzT51TGPpvWucNSCh1CBM0QTaLn73Y7GFO3
Onion services
A list of servers directly accessible as .onion services. These servers are not reachable without Tor.
List maintained by Frank Denis.
URL: https://download.dnscrypt.info/dnscrypt-resolvers/v3/onion-services.md
minisign_key: RWQf6LRCGA9i53mlYecO4IzT51TGPpvWucNSCh1CBM0QTaLn73Y7GFO3
Mirrors
Mirrors of Frank Denis' lists provided by evilvibes
Visible online here: https://dnsr.evilvibes.com
Mirrors of Frank Denis' lists provided by Staticaly
https://cdn.staticaly.com/gh/DNSCrypt/dnscrypt-resolvers/master/v3/opennic.md
https://cdn.staticaly.com/gh/DNSCrypt/dnscrypt-resolvers/master/v3/parental-control.md
https://cdn.staticaly.com/gh/DNSCrypt/dnscrypt-resolvers/master/v3/public-resolvers.md
- Home
- Installation
- Configuration
- Checking that your DNS traffic is encrypted
- Automatic Updates
- Server sources
- Combining blocklists
- Public Blocklist and other configuration files
- Building from source
- Run your own DNSCrypt server in under 10 minutes
- DNS stamps specifications
- Windows Tips
- dnscrypt-proxy in the media
- Planned Features
In somecases if you want to run dnscrypt-proxy as a non-root user you'll get the error "[FATAL] listen udp 0.0.0.0:53: bind: permission denied"
to solve this problem you can run the following command and allow dnscrypt to have access to a low level port :
sudo setcap cap_net_bind_service=+ep $(which dnscrypt-proxy)