Updated DNSCrypt 2.0 (markdown)

Flaxe 2018-06-09 18:46:48 +02:00
parent eba7310616
commit 9b298136c4

@ -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=<IP>#<port>` 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`