mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-01-26 06:19:52 +00:00
Updated DNSCrypt 2.0 (markdown)
parent
eba7310616
commit
9b298136c4
1 changed files with 3 additions and 0 deletions
|
@ -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`
|
||||
|
|
Loading…
Add table
Reference in a new issue