We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71858bf commit a8045e0Copy full SHA for a8045e0
ChangeLog
@@ -1,3 +1,12 @@
1
+* Version 2.0.23
2
+ - Binaries for FreeBSD/armv7 are now available.
3
+ - .onion servers are now automatically ignored if Tor routing is not
4
+enabled.
5
+ - Caching of server addresses has been improved, especially when
6
+using proxies.
7
+ - DNSCrypt communications are now automatically forced to using TCP
8
+when a SOCKS proxy has been set up.
9
+
10
* Version 2.0.22
11
- The previous version had issues with the .org TLD when used in
12
conjunction with dnsmasq. This has been fixed.
dnscrypt-proxy/main.go
@@ -12,7 +12,7 @@ import (
)
13
14
const (
15
- AppVersion = "2.0.22"
+ AppVersion = "2.0.23"
16
DefaultConfigFileName = "dnscrypt-proxy.toml"
17
18
0 commit comments