From 9b298136c496e4a2b276398443831c9cd33d356f Mon Sep 17 00:00:00 2001 From: Flaxe Date: Sat, 9 Jun 2018 18:46:48 +0200 Subject: [PATCH] Updated DNSCrypt 2.0 (markdown) --- DNSCrypt-2.0.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/DNSCrypt-2.0.md b/DNSCrypt-2.0.md index da7811d..a569df3 100644 --- a/DNSCrypt-2.0.md +++ b/DNSCrypt-2.0.md @@ -28,8 +28,11 @@ Also see the [wiki](https://github.com/jedisct1/dnscrypt-proxy/wiki/DNS-server-s ## Step 2: Modify Pi-Hole If you're running a new version of Pi-Hole FTLDNS, all custom DNS fields can now take on a port number with the syntax (**host#port**). Of course, you should remove (uncheck) every other DNS server. Like this: + ![](https://i1.wp.com/pi-hole.net/wp-content/uploads/2018/05/RecursiveResolver.png?w=577&ssl=1) + + If you're running an older version of Pi-Hole, then follow these instructions: * `sudo nano /etc/dnsmasq.d/02-dnscrypt.conf`: Create new or edit existing conf. * Change `server=#` where `dnscrypt-proxy` is running. For example, my `.toml` file is `listen_addresses = ['127.0.0.1:5353', '[::1]:5353']`, so edit the conf file to be `server=127.0.0.1#5353`