This commit is contained in:
Frank Denis 2019-04-28 23:26:33 +02:00
parent 71858bfc98
commit a8045e0a7a
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,12 @@
* Version 2.0.23
- Binaries for FreeBSD/armv7 are now available.
- .onion servers are now automatically ignored if Tor routing is not
enabled.
- Caching of server addresses has been improved, especially when
using proxies.
- DNSCrypt communications are now automatically forced to using TCP
when a SOCKS proxy has been set up.
* Version 2.0.22
- The previous version had issues with the .org TLD when used in
conjunction with dnsmasq. This has been fixed.

View File

@ -12,7 +12,7 @@ import (
)
const (
AppVersion = "2.0.22"
AppVersion = "2.0.23"
DefaultConfigFileName = "dnscrypt-proxy.toml"
)