We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6026ce commit d14d2b6Copy full SHA for d14d2b6
2 files changed
ChangeLog
@@ -1,4 +1,9 @@
1
+* Version 2.0.38
2
+ - Fixes a regression from 2.0.37 when parsing non-inline comments.
3
+
4
* Version 2.0.37
5
+ - Entries from lists (forwarding, blacklists, whitelists) now support
6
+inline comments.
7
- Reliability improvement: queries over UDP are retried after a timeout
8
instead of solely relying on the client.
9
- Reliability improvement: during temporary network outages, cached records
dnscrypt-proxy/main.go
@@ -15,7 +15,7 @@ import (
15
)
16
17
const (
18
- AppVersion = "2.0.37"
+ AppVersion = "2.0.38"
19
DefaultConfigFileName = "dnscrypt-proxy.toml"
20
21
0 commit comments