This commit is contained in:
Frank Denis 2019-04-01 08:24:58 +02:00
parent 674bd30d45
commit f744110d38
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
* Version 2.0.22
- The previous version had issues with the .org TLD when used in
conjunction with dnsmasq. This has been fixed.
* Version 2.0.21
- The change to run the Windows service as `NT AUTHORITY\NetworkService`
has been reverted, as it was reported to break logging (Windows only).

View File

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