Apply suggestions from code review

Co-authored-by: Edward Hawkes <git@tc-hawkes.com>
Signed-off-by: yubiuser <github@yubiuser.dev>
This commit is contained in:
yubiuser
2025-08-18 20:27:43 +02:00
committed by GitHub
parent db4165de1f
commit fa48391068

View File

@@ -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`