1
0
mirror of https://github.com/pi-hole/pi-hole synced 2025-03-01 08:52:28 +00:00

http -> https

Frederic Hemberger 2016-12-10 17:07:27 +01:00
parent 00a1f70621
commit 1c3929ee7b

@ -1,6 +1,6 @@
## DNSCrypt on Pi-hole
Follow these steps to install and enable DNSCrypt on your Pi-hole installation. Read more about DNSCrypt here: [DNSCrypt](http://dnscrypt.org).
Follow these steps to install and enable DNSCrypt on your Pi-hole installation. Read more about DNSCrypt here: [DNSCrypt](https://dnscrypt.org).
Please note that your Pi-hole will stop working during the installation so keep that in mind if there are other users on your network using the Pi-hole.
@ -20,7 +20,7 @@ Please note, I take no responsibility for any breakage or corruption of your Pi-
mkdir -p dnsproxy
cd dnsproxy
wget http://download.dnscrypt.org/dnscrypt-proxy/dnscrypt-proxy-1.7.0.tar.gz
wget https://download.dnscrypt.org/dnscrypt-proxy/dnscrypt-proxy-1.7.0.tar.gz
tar -xf dnscrypt-proxy-1.7.0.tar.gz
cd dnscrypt-proxy-1.7.0
sudo ldconfig
@ -283,7 +283,7 @@ This makes sure DNSCrypt is always used and not reset to the DNS servers you pro
Check these sites to verify opertation:
Verify DNSSec if chosen provider is DNSSec enabled, [Test DNSSec](http://dnssec.vs.uni-due.de/)
Verify DNSSec if chosen provider is DNSSec enabled, [Test DNSSec](https://dnssec.vs.uni-due.de/)
Check DNS leaks, [DNS leak test](https://www.dnsleaktest.com/)