-
Notifications
You must be signed in to change notification settings - Fork 1k
Installation on Pi hole
hugepants edited this page Dec 17, 2022
·
1 revision
The official Pi-hole wiki page for these instructions have been removed, so anyone is welcome to edit this Wiki and write a new guide here please.
In the meantime, check out this guide:
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)
- 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