mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-04-04 13:47:39 +03:00
Update ChangeLog
This commit is contained in:
parent
48af50a443
commit
81ba5ef2c6
2 changed files with 12 additions and 1 deletions
11
ChangeLog
Normal file
11
ChangeLog
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
|
||||||
|
* Version 2.0.1
|
||||||
|
- Cached source data were not redownloaded if the proxy was used
|
||||||
|
without interruption. This has been fixed.
|
||||||
|
- RTT estimation for DNS-over-HTTP/2 servers was off. This has been
|
||||||
|
fixed.
|
||||||
|
- The generate-domains-blacklist script now has a configurable
|
||||||
|
timeout value, and can produce time-based rules.
|
||||||
|
- The timeout parameter in the example configuration file didn't had
|
||||||
|
the correct name; this has been fixed.
|
||||||
|
- Cache: TTLs are now decreasing.
|
|
@ -11,7 +11,7 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
AppVersion = "2.0.0"
|
AppVersion = "2.0.1"
|
||||||
DefaultConfigFileName = "dnscrypt-proxy.toml"
|
DefaultConfigFileName = "dnscrypt-proxy.toml"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue