mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-03-04 10:24:40 +01:00
Bump
This commit is contained in:
parent
a6026ce48a
commit
d14d2b613a
2 changed files with 6 additions and 1 deletions
|
@ -1,4 +1,9 @@
|
||||||
|
* Version 2.0.38
|
||||||
|
- Fixes a regression from 2.0.37 when parsing non-inline comments.
|
||||||
|
|
||||||
* Version 2.0.37
|
* Version 2.0.37
|
||||||
|
- Entries from lists (forwarding, blacklists, whitelists) now support
|
||||||
|
inline comments.
|
||||||
- Reliability improvement: queries over UDP are retried after a timeout
|
- Reliability improvement: queries over UDP are retried after a timeout
|
||||||
instead of solely relying on the client.
|
instead of solely relying on the client.
|
||||||
- Reliability improvement: during temporary network outages, cached records
|
- Reliability improvement: during temporary network outages, cached records
|
||||||
|
|
|
@ -15,7 +15,7 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
AppVersion = "2.0.37"
|
AppVersion = "2.0.38"
|
||||||
DefaultConfigFileName = "dnscrypt-proxy.toml"
|
DefaultConfigFileName = "dnscrypt-proxy.toml"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue