mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2024-11-10 01:44:48 +03:00
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
|
||||
- The previous version had issues with the .org TLD when used in
|
||||
conjunction with dnsmasq. This has been fixed.
|
||||
|
@ -12,7 +12,7 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
AppVersion = "2.0.22"
|
||||
AppVersion = "2.0.23"
|
||||
DefaultConfigFileName = "dnscrypt-proxy.toml"
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user