mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-04-04 21:57:44 +03:00
2.0.5
This commit is contained in:
parent
66d93da954
commit
89d2973458
3 changed files with 8 additions and 2 deletions
|
@ -1,4 +1,10 @@
|
|||
|
||||
* Version 2.0.5
|
||||
- Fixes a crash occasionally happening when using DoH servers, with
|
||||
stamps not containing any IP addresses, a DNSSEC-signed name, a
|
||||
non-working system DNS configuration, and a fallback server supporting
|
||||
DNSSEC.
|
||||
|
||||
* Version 2.0.4
|
||||
- Fixes a regression with truncated packets. Thanks to @mazesy and
|
||||
@the-w1nd for spotting a case triggering this!
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
A flexible DNS proxy, with support for modern encrypted DNS protocols such as [DNSCrypt v2](https://github.com/DNSCrypt/dnscrypt-protocol/blob/master/DNSCRYPT-V2-PROTOCOL.txt) and [DNS-over-HTTP/2](https://tools.ietf.org/html/draft-ietf-doh-dns-over-https-03).
|
||||
|
||||
## [dnscrypt-proxy 2.0.4 final is available for download!](https://github.com/jedisct1/dnscrypt-proxy/releases/latest)
|
||||
## [dnscrypt-proxy 2.0.5 final is available for download!](https://github.com/jedisct1/dnscrypt-proxy/releases/latest)
|
||||
|
||||
## [Documentation](https://dnscrypt.info/doc)
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ import (
|
|||
)
|
||||
|
||||
const (
|
||||
AppVersion = "2.0.4"
|
||||
AppVersion = "2.0.5"
|
||||
DefaultConfigFileName = "dnscrypt-proxy.toml"
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue