We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d568e43 commit 9f3ef73Copy full SHA for 9f3ef73
ChangeLog
@@ -1,3 +1,8 @@
1
+# Version 2.1.4
2
+ - Fixes a regression from version 2.1.3: when cloaking was enabled,
3
+blocked responses were returned for records that were not A/AAAA/PTR
4
+even for names that were not in the cloaked list.
5
+
6
# Version 2.1.3
7
- DNS-over-HTTP/3 (QUIC) should be more reliable. In particular,
8
version 2.1.2 required another (non-QUIC) resolver to be present for
dnscrypt-proxy/main.go
@@ -15,7 +15,7 @@ import (
15
)
16
17
const (
18
- AppVersion = "2.1.3"
+ AppVersion = "2.1.4"
19
DefaultConfigFileName = "dnscrypt-proxy.toml"
20
21
0 commit comments