File tree 1 file changed +20
-0
lines changed
1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change
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
+
1
21
# Version 2.1.2
2
22
- Support for DoH over HTTP/3 (DoH3, HTTP over QUIC) has been added.
3
23
Compatible servers will automatically use it. Note that QUIC uses UDP
You can’t perform that action at this time.
0 commit comments