mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-01-12 06:54:53 +00:00
Spoke with a developr on the PiHole Discourse while trying to get this setup working.
parent
db6cbb3070
commit
0fc1ea1238
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ There are instructions on the [wiki](https://github.com/jedisct1/dnscrypt-proxy/
|
|||
Also see the [wiki](https://github.com/jedisct1/dnscrypt-proxy/wiki/DNS-server-sources) for details on DNS server sources.
|
||||
|
||||
## Step 2: Modify Pi-Hole
|
||||
If you're running a newer version of Pi-Hole (might only be available on FTLDNS at the moment), you have the possibility to specify a "**Local DNS server on custom port**" in the Web interface by going to **Settings -> DNS**. Simply check the checkbox and enter 5353 as the port. Of course, you should remove (uncheck) every other DNS server.
|
||||
If you're running a newer version of Pi-Hole (might only be available on FTLDNS at the moment), you have the possibility to specify a "**Local DNS server on custom port**" in the Web interface by going to **Settings -> DNS**. Simply check the checkbox and enter 5353 as the port. In newer versions of FTLDNS, this option is no longer present, but 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.
|
||||
|
||||
If you're running a older version of Pi-Hole, then follow these instructions:
|
||||
* `sudo nano /etc/dnsmasq.d/02-dnscrypt.conf`: Create new or edit existing conf.
|
||||
|
|
Loading…
Reference in a new issue