Skip to navigation
A way to install dnscrypt-proxy into debian jessie 64bit
18.05.17
1. uninstall your local dns server 2. download, unzip and enter into the folder https://download.dnscrypt.org/dnscrypt-proxy/binaries/linux/dnscrypt-proxy-x86_64-linux-musl.tar.gz 3. run the installer ./installer.sh 4. create a system start script under: /etc/systemd/system/dnscrypt.service [Unit] Description=DNSCrypt client proxy After=network.target Before=nss-lookup.target [Service] Type=simple ExecStart=/opt/dnscrypt-proxy/x86_64-linux-musl/bin/dnscrypt-proxy /opt/dnscrypt-proxy/x86_64-linux-musl/etc/dnscrypt-proxy.conf [Install] WantedBy=multi-user.target 5. enable the startup script: systemctl enable dnscrypt.service 6. restart 7. test and control it with: systemctl start dnscrypt.service systemctl stop dnscrypt.service systemctl restart dnscrypt.service
https://github.com/jedisct1/dnscrypt-proxy-installerso
Reply
Anonymous
the dnscrypt-proxy.conf ResolverName random Daemonize no LocalCache on EphemeralKeys off BlockIPv6 no
18.05.17
Reply
Anonymous
Information Epoch 1751361967
Design for visibility.
Home
Notebook
Contact us