We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dda746 commit 170c690Copy full SHA for 170c690
2 files changed
ChangeLog
@@ -1,7 +1,8 @@
1
-* Version 2.0.38
2
- - Fixes a regression from 2.0.37 when parsing non-inline comments.
+* Version 2.0.39
+ - The Firefox Local DoH service didn't properly work in version 2.0.38;
3
+this has been fixed. Thanks to Simon Brand for the report!
4
-* Version 2.0.37
5
+* Version 2.0.38
6
- Entries from lists (forwarding, blacklists, whitelists) now support
7
inline comments.
8
- Reliability improvement: queries over UDP are retried after a timeout
dnscrypt-proxy/main.go
@@ -15,7 +15,7 @@ import (
15
)
16
17
const (
18
- AppVersion = "2.0.38"
+ AppVersion = "2.0.39"
19
DefaultConfigFileName = "dnscrypt-proxy.toml"
20
21
0 commit comments