Skip to content

Commit 458d2af

Browse files
committed
Bump
1 parent 2d6e740 commit 458d2af

2 files changed

Lines changed: 16 additions & 5 deletions

File tree

ChangeLog

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,19 @@
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
718
linkability across network changes.
819
- Fixed a cache issue that could corrupt cached responses or cause data

dnscrypt-proxy/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313
)
1414

1515
const (
16-
AppVersion = "2.1.17"
16+
AppVersion = "2.1.18"
1717
DefaultConfigFileName = "dnscrypt-proxy.toml"
1818
)
1919

0 commit comments

Comments
 (0)