Skip to content

Commit b4b5836

Browse files
committed
Update ChangeLog
1 parent f7df72e commit b4b5836

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

ChangeLog

+20
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
# Version 2.1.3
2+
- DNS-over-HTTP/3 (QUIC) should be more reliable. In particular,
3+
version 2.1.2 required another (non-QUIC) resolver to be present for
4+
bootstrapping, or the resolver's IP address to be present in the
5+
stamp. This is not the case any more.
6+
- dnscrypt-proxy is now compatible with Go 1.20+
7+
- Commands (-check, -show-certs, -list, -list-all) now ignore log
8+
files and directly output the result to the standard output.
9+
- The `cert_ignore_timestamp` configuration switch is now documented.
10+
It allows ignoring timestamps for DNSCrypt certificate verification,
11+
until a first server is available. This should only be used on devices
12+
that don't have any ways to set the clock before DNS service is up.
13+
However, a safer alternative remains to use an NTP server with a fixed
14+
IP address (such as time.google.com), configured in the captive portals
15+
file.
16+
- Cloaking: when a name is cloaked, unsupported record types now
17+
return a blocked response rather than the actual records.
18+
- systemd: report Ready earlier as dnscrypt-proxy can itself manage
19+
retries for updates/refreshes.
20+
121
# Version 2.1.2
222
- Support for DoH over HTTP/3 (DoH3, HTTP over QUIC) has been added.
323
Compatible servers will automatically use it. Note that QUIC uses UDP

0 commit comments

Comments
 (0)