Bump
This commit is contained in:
parent
71858bfc98
commit
a8045e0a7a
|
@ -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
|
* Version 2.0.22
|
||||||
- The previous version had issues with the .org TLD when used in
|
- The previous version had issues with the .org TLD when used in
|
||||||
conjunction with dnsmasq. This has been fixed.
|
conjunction with dnsmasq. This has been fixed.
|
||||||
|
|
|
@ -12,7 +12,7 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
AppVersion = "2.0.22"
|
AppVersion = "2.0.23"
|
||||||
DefaultConfigFileName = "dnscrypt-proxy.toml"
|
DefaultConfigFileName = "dnscrypt-proxy.toml"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue