File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
11
* Version 2.0.43
2
12
- Built-in support for DNS64 translation has been implemented.
3
13
(Contributed by Sergey Smirnov, thanks!)
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ import (
16
16
)
17
17
18
18
const (
19
- AppVersion = "2.0.43 "
19
+ AppVersion = "2.0.44 "
20
20
DefaultConfigFileName = "dnscrypt-proxy.toml"
21
21
)
22
22
You can’t perform that action at this time.
0 commit comments