mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2024-12-28 00:20:13 +01:00
Bump
This commit is contained in:
parent
c59caf3a63
commit
65f42918a1
10
ChangeLog
10
ChangeLog
@ -1,3 +1,13 @@
|
||||
* Version 2.0.44
|
||||
- More updates to the set of block lists, thanks again to IceCodeNew.
|
||||
- Netprobes and listening sockets are now ignored when the `-list`,
|
||||
`-list-all`, `-show-certs` or `-check` command-line switches are used.
|
||||
- `tls_client_auth` was renamed to `doh_client_x509_auth`. A section
|
||||
with the previous name is temporarily ignored if empty, but will error
|
||||
out if not.
|
||||
- Unit tests are now working on 32-bit systems. Thanks to Will Elwood
|
||||
and @lifenjoiner.
|
||||
|
||||
* Version 2.0.43
|
||||
- Built-in support for DNS64 translation has been implemented.
|
||||
(Contributed by Sergey Smirnov, thanks!)
|
||||
|
@ -16,7 +16,7 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
AppVersion = "2.0.43"
|
||||
AppVersion = "2.0.44"
|
||||
DefaultConfigFileName = "dnscrypt-proxy.toml"
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user