Skip to content

Commit 6000f50

Browse files
committed
2.0.4
1 parent 636f92b commit 6000f50

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

ChangeLog

+4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11

2+
* Version 2.0.4
3+
- Fixes a regression with truncated packets. Thanks to @mazesy and
4+
@the-w1nd for spotting a case triggering this!
5+
26
* Version 2.0.3
37
- Load balancing: resolvers that respond promptly, but with bogus
48
responses are now gradually removed from the preferred pool.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
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).
66

7-
## [dnscrypt-proxy 2.0.3 final is available for download!](https://github.com/jedisct1/dnscrypt-proxy/releases/latest)
7+
## [dnscrypt-proxy 2.0.4 final is available for download!](https://github.com/jedisct1/dnscrypt-proxy/releases/latest)
88

99
## [Documentation](https://dnscrypt.info/doc)
1010

dnscrypt-proxy/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111
)
1212

1313
const (
14-
AppVersion = "2.0.3"
14+
AppVersion = "2.0.4"
1515
DefaultConfigFileName = "dnscrypt-proxy.toml"
1616
)
1717

0 commit comments

Comments
 (0)