Skip to content

Commit a8045e0

Browse files
committedApr 28, 2019
Bump
1 parent 71858bf commit a8045e0

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed
 

‎ChangeLog

+9
Original file line numberDiff line numberDiff line change
@@ -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+
110
* Version 2.0.22
211
- The previous version had issues with the .org TLD when used in
312
conjunction with dnsmasq. This has been fixed.

‎dnscrypt-proxy/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212
)
1313

1414
const (
15-
AppVersion = "2.0.22"
15+
AppVersion = "2.0.23"
1616
DefaultConfigFileName = "dnscrypt-proxy.toml"
1717
)
1818

0 commit comments

Comments
 (0)
Please sign in to comment.