We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 674bd30 commit f744110Copy full SHA for f744110
2 files changed
ChangeLog
@@ -1,3 +1,7 @@
1
+* Version 2.0.22
2
+ - The previous version had issues with the .org TLD when used in
3
+conjunction with dnsmasq. This has been fixed.
4
+
5
* Version 2.0.21
6
- The change to run the Windows service as `NT AUTHORITY\NetworkService`
7
has been reverted, as it was reported to break logging (Windows only).
dnscrypt-proxy/main.go
@@ -12,7 +12,7 @@ import (
12
)
13
14
const (
15
- AppVersion = "2.0.21"
+ AppVersion = "2.0.22"
16
DefaultConfigFileName = "dnscrypt-proxy.toml"
17
18
0 commit comments