This commit is contained in:
Frank Denis 2023-02-07 10:19:42 +01:00
parent d568e43937
commit 9f3ef735f2
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
# Version 2.1.4
- Fixes a regression from version 2.1.3: when cloaking was enabled,
blocked responses were returned for records that were not A/AAAA/PTR
even for names that were not in the cloaked list.
# Version 2.1.3
- DNS-over-HTTP/3 (QUIC) should be more reliable. In particular,
version 2.1.2 required another (non-QUIC) resolver to be present for

View File

@ -15,7 +15,7 @@ import (
)
const (
AppVersion = "2.1.3"
AppVersion = "2.1.4"
DefaultConfigFileName = "dnscrypt-proxy.toml"
)