mirror of
https://github.com/pi-hole/pi-hole
synced 2025-03-01 08:52:28 +00:00
http -> https
parent
00a1f70621
commit
1c3929ee7b
@ -1,6 +1,6 @@
|
|||||||
## DNSCrypt on Pi-hole
|
## 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.
|
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
|
mkdir -p dnsproxy
|
||||||
cd 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
|
tar -xf dnscrypt-proxy-1.7.0.tar.gz
|
||||||
cd dnscrypt-proxy-1.7.0
|
cd dnscrypt-proxy-1.7.0
|
||||||
sudo ldconfig
|
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:
|
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/)
|
Check DNS leaks, [DNS leak test](https://www.dnsleaktest.com/)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user