Skip to content

Commit 9f3ef73

Browse files
committed
Bump
1 parent d568e43 commit 9f3ef73

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

ChangeLog

+5
Original file line numberDiff line numberDiff line change
@@ -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+
16
# Version 2.1.3
27
- DNS-over-HTTP/3 (QUIC) should be more reliable. In particular,
38
version 2.1.2 required another (non-QUIC) resolver to be present for

dnscrypt-proxy/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import (
1515
)
1616

1717
const (
18-
AppVersion = "2.1.3"
18+
AppVersion = "2.1.4"
1919
DefaultConfigFileName = "dnscrypt-proxy.toml"
2020
)
2121

0 commit comments

Comments
 (0)