From db4165de1f2c02eadd14ab777a216193b4991de7 Mon Sep 17 00:00:00 2001 From: Edward Hawkes Date: Tue, 12 Aug 2025 16:28:20 +0200 Subject: [PATCH 1/2] guides/dns/dnscrypt-proxy: fix outdated installation instructions Signed-off-by: Edward Hawkes --- docs/guides/dns/dnscrypt-proxy.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/guides/dns/dnscrypt-proxy.md b/docs/guides/dns/dnscrypt-proxy.md index f31e83e0d..0a479646e 100644 --- a/docs/guides/dns/dnscrypt-proxy.md +++ b/docs/guides/dns/dnscrypt-proxy.md @@ -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. From fa48391068f42a2c198d004657fdba0fb17c4403 Mon Sep 17 00:00:00 2001 From: yubiuser Date: Mon, 18 Aug 2025 20:27:43 +0200 Subject: [PATCH 2/2] Apply suggestions from code review Co-authored-by: Edward Hawkes Signed-off-by: yubiuser --- docs/guides/dns/dnscrypt-proxy.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guides/dns/dnscrypt-proxy.md b/docs/guides/dns/dnscrypt-proxy.md index 0a479646e..e0877efd2 100644 --- a/docs/guides/dns/dnscrypt-proxy.md +++ b/docs/guides/dns/dnscrypt-proxy.md @@ -6,14 +6,14 @@ As an alternative tool to this end, consider [cloudflared](https://github.com/cl ### Installing `dnscrypt-proxy` -Under Debian 13 `Trixie` and Ubuntu 25 `Plucky Puffin` official packages are available and therefore can be installed with the following commands: +Under Debian 13 `Trixie` and Ubuntu 25 `Plucky Puffin` and later, 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`. +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. ### Configuring `dnscrypt-proxy`