Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 9f3ef73

Browse filesBrowse files
committed
Bump
1 parent d568e43 commit 9f3ef73
Copy full SHA for 9f3ef73

File tree

2 files changed

+6
-1
lines changed
Filter options

2 files changed

+6
-1
lines changed

‎ChangeLog

Copy file name to clipboardExpand all lines: ChangeLog
+5Lines changed: 5 additions & 0 deletions
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

Copy file name to clipboardExpand all lines: dnscrypt-proxy/main.go
+1-1Lines changed: 1 addition & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.