Skip to content

Commit 4cc08c8

Browse files
authored
Merge pull request #1274 from H-Edward/dnscrypt-proxy
guides/dns/dnscrypt-proxy: fix outdated installation instructions
2 parents 798839f + fa48391 commit 4cc08c8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/guides/dns/dnscrypt-proxy.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,15 @@ As an alternative tool to this end, consider [cloudflared](https://github.com/cl
66

77
### Installing `dnscrypt-proxy`
88

9-
Raspberry Pi OS and Debian as well as Ubuntu come with packages for `dnscrypt-proxy`, which makes its installation a breeze:
9+
Under Debian 13 `Trixie` and Ubuntu 25 `Plucky Puffin` and later, official packages are available and therefore can be installed with the following commands:
1010

1111
```bash
1212
sudo apt update
1313
sudo apt install dnscrypt-proxy
1414
```
1515

16+
However for those using distributions which don't provide an official package, [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`, which provides agnostic support for installation without using a package manager.
17+
1618
### Configuring `dnscrypt-proxy`
1719

1820
By default, `FTLDNS` listens on the standard DNS port 53.

0 commit comments

Comments
 (0)