-
Notifications
You must be signed in to change notification settings - Fork 1k
Installation Gentoo
Georgy Yakovlev edited this page May 12, 2018
·
3 revisions
The generic instructions for Linux should work fine on Gentoo Linux.
However, Gentoo also ships with a package in its main repository:
emerge dnscrypt-proxy -av
Activate and start the service:
- With OpenRC
rc-update add dnscrypt-proxy default
rc-service dnscrypt-proxy start
- With systemd
systemctl enable dnscrypt-proxy.service --now
Check that the service successfully started:
- With OpenRC
rc-service dnscrypt-proxy status
- With systemd
systemctl status dnscrypt-proxy.service
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