mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-03-04 02:14:40 +01:00
Merge branch 'master' of github.com:jedisct1/dnscrypt-proxy
* 'master' of github.com:jedisct1/dnscrypt-proxy: Bump
This commit is contained in:
commit
06705a6d14
2 changed files with 11 additions and 1 deletions
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…
Add table
Reference in a new issue