mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-03-04 02:14:40 +01:00
Update ChangeLog
This commit is contained in:
parent
f7df72eafa
commit
b4b58366cc
1 changed files with 20 additions and 0 deletions
20
ChangeLog
20
ChangeLog
|
@ -1,3 +1,23 @@
|
||||||
|
# Version 2.1.3
|
||||||
|
- DNS-over-HTTP/3 (QUIC) should be more reliable. In particular,
|
||||||
|
version 2.1.2 required another (non-QUIC) resolver to be present for
|
||||||
|
bootstrapping, or the resolver's IP address to be present in the
|
||||||
|
stamp. This is not the case any more.
|
||||||
|
- dnscrypt-proxy is now compatible with Go 1.20+
|
||||||
|
- Commands (-check, -show-certs, -list, -list-all) now ignore log
|
||||||
|
files and directly output the result to the standard output.
|
||||||
|
- The `cert_ignore_timestamp` configuration switch is now documented.
|
||||||
|
It allows ignoring timestamps for DNSCrypt certificate verification,
|
||||||
|
until a first server is available. This should only be used on devices
|
||||||
|
that don't have any ways to set the clock before DNS service is up.
|
||||||
|
However, a safer alternative remains to use an NTP server with a fixed
|
||||||
|
IP address (such as time.google.com), configured in the captive portals
|
||||||
|
file.
|
||||||
|
- Cloaking: when a name is cloaked, unsupported record types now
|
||||||
|
return a blocked response rather than the actual records.
|
||||||
|
- systemd: report Ready earlier as dnscrypt-proxy can itself manage
|
||||||
|
retries for updates/refreshes.
|
||||||
|
|
||||||
# Version 2.1.2
|
# Version 2.1.2
|
||||||
- Support for DoH over HTTP/3 (DoH3, HTTP over QUIC) has been added.
|
- Support for DoH over HTTP/3 (DoH3, HTTP over QUIC) has been added.
|
||||||
Compatible servers will automatically use it. Note that QUIC uses UDP
|
Compatible servers will automatically use it. Note that QUIC uses UDP
|
||||||
|
|
Loading…
Add table
Reference in a new issue