We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5864ee8 commit 18c2f61Copy full SHA for 18c2f61
ChangeLog
@@ -1,4 +1,4 @@
1
-# Version 2.1.14 (not released yet)
+# Version 2.1.14
2
- Added support for client IP address encryption in logs using IPCrypt.
3
This feature helps protect user privacy by encrypting IP addresses before
4
they are logged. Three algorithms are supported: deterministic,
dnscrypt-proxy/main.go
@@ -15,7 +15,7 @@ import (
15
)
16
17
const (
18
- AppVersion = "2.1.13"
+ AppVersion = "2.1.14"
19
DefaultConfigFileName = "dnscrypt-proxy.toml"
20
21
0 commit comments