mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-04-04 21:57:44 +03:00
Bump
This commit is contained in:
parent
d568e43937
commit
9f3ef735f2
2 changed files with 6 additions and 1 deletions
|
@ -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
|
# Version 2.1.3
|
||||||
- DNS-over-HTTP/3 (QUIC) should be more reliable. In particular,
|
- DNS-over-HTTP/3 (QUIC) should be more reliable. In particular,
|
||||||
version 2.1.2 required another (non-QUIC) resolver to be present for
|
version 2.1.2 required another (non-QUIC) resolver to be present for
|
||||||
|
|
|
@ -15,7 +15,7 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
AppVersion = "2.1.3"
|
AppVersion = "2.1.4"
|
||||||
DefaultConfigFileName = "dnscrypt-proxy.toml"
|
DefaultConfigFileName = "dnscrypt-proxy.toml"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue