From 519a25ec5e682f2a0d8baedde14e5bfb77814d48 Mon Sep 17 00:00:00 2001 From: Dan Schaper Date: Sun, 30 Oct 2016 06:48:46 -0700 Subject: [PATCH] Pi-hole name formatting --- DNSCrypt.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/DNSCrypt.md b/DNSCrypt.md index fedbfa7..92fdeac 100644 --- a/DNSCrypt.md +++ b/DNSCrypt.md @@ -1,14 +1,12 @@ -## DNSCrypt on PiHole +## 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 Pihole installation. Read more about DNSCrypt here: [DNSCrypt](http://dnscrypt.org). - -Please note that your Pihole will stop working during the installation so keep that in mind if there are other users on your network using the Pihole. +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. At the time of writing the latest version dnscrypt-proxy is 1.7.0 but that may change, please edit the commands according to version. -Please note, I take no responsibility for any breakage or corruption of your Pihole installation when following this guide. +Please note, I take no responsibility for any breakage or corruption of your Pi-hole installation when following this guide. *** @@ -278,7 +276,7 @@ Verify DNSSec if chosen provider is DNSSec enabled, [Test DNSSec](http://dnssec. Check DNS leaks, [DNS leak test](https://www.dnsleaktest.com/) -Run nslookup pi-hole.net to check your Pihole is using 127.0.0.1#53 as it's DNS. If not, check the IP config of your Pi (/etc/dhcpcd.conf if using static IP) and check that /etc/resolv.conf is using 127.0.0.1 +Run nslookup pi-hole.net to check your Pi-hole is using 127.0.0.1#53 as it's DNS. If not, check the IP config of your Pi (/etc/dhcpcd.conf if using static IP) and check that /etc/resolv.conf is using 127.0.0.1 ***