Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 65f4291

Browse files
committed
Bump
1 parent c59caf3 commit 65f4291

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

ChangeLog

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
* Version 2.0.44
2+
- More updates to the set of block lists, thanks again to IceCodeNew.
3+
- Netprobes and listening sockets are now ignored when the `-list`,
4+
`-list-all`, `-show-certs` or `-check` command-line switches are used.
5+
- `tls_client_auth` was renamed to `doh_client_x509_auth`. A section
6+
with the previous name is temporarily ignored if empty, but will error
7+
out if not.
8+
- Unit tests are now working on 32-bit systems. Thanks to Will Elwood
9+
and @lifenjoiner.
10+
111
* Version 2.0.43
212
- Built-in support for DNS64 translation has been implemented.
313
(Contributed by Sergey Smirnov, thanks!)

dnscrypt-proxy/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import (
1616
)
1717

1818
const (
19-
AppVersion = "2.0.43"
19+
AppVersion = "2.0.44"
2020
DefaultConfigFileName = "dnscrypt-proxy.toml"
2121
)
2222

0 commit comments

Comments
 (0)