Dnscrypt-proxy installation on #ubuntu 20.0.4
1. install
#sudo apt install dnscrypt-proxy
2. config
#sudo vi /etc/dnscrypt-proxy/dnscrypt-proxy.toml
3.restart service
#sudo systemctl restart dnscrypt-proxy
If the socket is created by systemd.....
try change ListenStream and ListenDatagram to your new address in this file :
/etc/systemd/system/sockets.target.wants/dnscrypt-proxy.socket
then set listen_addresses = [] in this file :
/etc/dnscrypt-proxy/dnscrypt-proxy.toml
and
# systemctl restart dnscrypt-proxy
Ещё видео!