mirror of
https://github.com/pi-hole/docs.git
synced 2026-05-08 17:49:53 +01:00
guides/dns/dnscrypt-proxy: fix outdated installation instructions
Signed-off-by: Edward Hawkes <edward.hawkes@protonmail.com>
This commit is contained in:
@@ -6,13 +6,15 @@ As an alternative tool to this end, consider [cloudflared](https://github.com/cl
|
||||
|
||||
### Installing `dnscrypt-proxy`
|
||||
|
||||
Raspberry Pi OS and Debian as well as Ubuntu come with packages for `dnscrypt-proxy`, which makes its installation a breeze:
|
||||
Under Debian 13 `Trixie` and Ubuntu 25 `Plucky Puffin` official packages are available and therefore can be installed with the following commands:
|
||||
|
||||
```bash
|
||||
sudo apt update
|
||||
sudo apt install dnscrypt-proxy
|
||||
```
|
||||
|
||||
However for those using older versions of Debian, Ubuntu or Raspberry Pi OS, [instructions for installation](https://github.com/DNSCrypt/dnscrypt-proxy/wiki/Installation-linux#installation-on-linux-overview) can be found on the official wiki for `dnscrypt-proxy`.
|
||||
|
||||
### Configuring `dnscrypt-proxy`
|
||||
|
||||
By default, `FTLDNS` listens on the standard DNS port 53.
|
||||
|
||||
Reference in New Issue
Block a user