File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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+
111* Version 2.0.43
212 - Built-in support for DNS64 translation has been implemented.
313(Contributed by Sergey Smirnov, thanks!)
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ import (
1616)
1717
1818const (
19- AppVersion = "2.0.43 "
19+ AppVersion = "2.0.44 "
2020 DefaultConfigFileName = "dnscrypt-proxy.toml"
2121)
2222
You can’t perform that action at this time.
0 commit comments