Pi-hole name formatting

Dan Schaper 2016-10-30 06:48:46 -07:00
parent fb17a68b5e
commit 519a25ec5e

@ -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
***