mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-03-04 02:14:40 +01:00
Bump
This commit is contained in:
parent
a635e92606
commit
548a439528
2 changed files with 11 additions and 1 deletions
10
ChangeLog
10
ChangeLog
|
@ -1,3 +1,13 @@
|
||||||
|
* Version 2.0.35
|
||||||
|
- New option: `block_unqualified` to block `A`/`AAAA` queries to block
|
||||||
|
unqualified host names. These will very rarely get an answer from upstream
|
||||||
|
resolvers, but can leak private information to these, as well as to root
|
||||||
|
servers.
|
||||||
|
- When a `CNAME` pointer is blocked, the original query name is now logged
|
||||||
|
along with the pointer. This makes it easier to know what the original
|
||||||
|
query name, so it can be whitelisted, or what the pointer was, so it
|
||||||
|
can be removed from the blacklist.
|
||||||
|
|
||||||
* Version 2.0.34
|
* Version 2.0.34
|
||||||
- Blacklisted names are now also blocked if they appear in `CNAME`
|
- Blacklisted names are now also blocked if they appear in `CNAME`
|
||||||
pointers.
|
pointers.
|
||||||
|
|
|
@ -15,7 +15,7 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
AppVersion = "2.0.34"
|
AppVersion = "2.0.35"
|
||||||
DefaultConfigFileName = "dnscrypt-proxy.toml"
|
DefaultConfigFileName = "dnscrypt-proxy.toml"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue