File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # Version 2.1.18
2+ - Forwarding rules now support the `$PROXY:` prefix to send selected plain
3+ DNS upstreams over DNS-over-TCP through the proxy configured by the main
4+ `proxy` setting.
5+ - PQDNSCrypt certificate retrieval is more reliable on paths where
6+ fragmented UDP packets are blocked, including when certificates are fetched
7+ through Anonymized DNSCrypt relays.
8+ - Resolver latency measurements no longer include setup or
9+ certificate-transfer time, so startup benchmarks and server selection better
10+ reflect actual query response time.
11+
112# Version 2.1.17
2- - Added support for PQDNSCrypt (DNSCrypt 2026), using post-quantum cryptography
3- with compatible DNSCrypt servers to protect query confidentiality against future
4- quantum computers. It is enabled by default and can be disabled with the new
5- `pqdnscrypt` setting.
13+ - Added support for PQDNSCrypt (DNSCrypt 2026), using post-quantum
14+ cryptography with compatible DNSCrypt servers to protect query confidentiality
15+ against future quantum computers. It is enabled by default and can be disabled
16+ with the new `pqdnscrypt` setting.
617 - Key material is now rotated when the local network changes, reducing
718linkability across network changes.
819 - Fixed a cache issue that could corrupt cached responses or cause data
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import (
1313)
1414
1515const (
16- AppVersion = "2.1.17 "
16+ AppVersion = "2.1.18 "
1717 DefaultConfigFileName = "dnscrypt-proxy.toml"
1818)
1919
You can’t perform that action at this time.
0 commit comments