Skip to content

Commit 50053d3

Browse files
committed
Bump
1 parent ebc3ddd commit 50053d3

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

ChangeLog

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

2+
* Version 2.0.7
3+
- Bug fix: optional ports were not properly parsed with IPv6
4+
addresses -- thanks to @bleeee for the report and fix.
5+
- Bug fix: truncate TCP queries to the prefixed length.
6+
- Certificates are force-refreshed after a time jump (e.g. when a
7+
system resumes from hibernation).
8+
29
* Version 2.0.6
310
- Automatic log files rotation was finally implemented.
411
- A new -pidfile command-line option to write the PID file was added.

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.6 final is available for download!](https://github.com/jedisct1/dnscrypt-proxy/releases/latest)
7+
## [dnscrypt-proxy 2.0.7 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
@@ -13,7 +13,7 @@ import (
1313
)
1414

1515
const (
16-
AppVersion = "2.0.6"
16+
AppVersion = "2.0.7"
1717
DefaultConfigFileName = "dnscrypt-proxy.toml"
1818
)
1919

0 commit comments

Comments
 (0)