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 41732e5 commit ed1370dCopy full SHA for ed1370d
ChangeLog
@@ -1,4 +1,4 @@
1
-# Version 2.1.15 [not released yet]
+# Version 2.1.15
2
- The proxy now dynamically reduces timeouts as the connection limit is
3
approached, improving performance and preventing connection exhaustion under
4
heavy load.
dnscrypt-proxy/main.go
@@ -16,7 +16,7 @@ import (
16
)
17
18
const (
19
- AppVersion = "2.1.14"
+ AppVersion = "2.1.15"
20
DefaultConfigFileName = "dnscrypt-proxy.toml"
21
22
0 commit comments