diff --git a/DNSCrypt.md b/DNSCrypt.md index ff518b1..c5db3ee 100644 --- a/DNSCrypt.md +++ b/DNSCrypt.md @@ -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/)