Skip to content

Commit 899cd07

Browse files
committed
Bump
1 parent 37c9394 commit 899cd07

File tree

2 files changed

+23
-10
lines changed

2 files changed

+23
-10
lines changed

ChangeLog

+22-9
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,26 @@
1+
* Version 2.0.30
2+
- This version fixes a startup issue introduced in version 2.0.29,
3+
on systems for which the service cannot be automatically installed
4+
(such as OpenBSD and FreeBSD). Reported by @5ch17 and Vinícius Zavam,
5+
and fixed by Will Elwood, thanks!
6+
17
* Version 2.0.29
2-
- Support for Anonymized DNSCrypt has been added.
3-
- Latency with large responses has actually been reduced.
4-
- DNSCrypt certificates can now be retrieved over Tor, proxies, and
5-
DNS relays.
6-
- Improved server error reporting (thanks to Alison Winters)
7-
- Quite a lot of internal improvements and bug fixes have been made,
8-
thanks to Markus Linnala.
9-
- Support for systemd watchdog has been added (thanks, Markus!)
10-
- Logging was improved.
8+
- Support for Anonymized DNS has been added!
9+
- Wait before stopping, fixing an issue with Unbound (thanks to
10+
Vladimir Bauer)
11+
- DNS stamps are now included in the -list-all -json ouptut
12+
- The netprobe_timeout setting from the configuration file or
13+
command-line was ignored. This has been fixed.
14+
- The TTL or cloaked entries can now be adjusted (thanks to Markus
15+
Linnala)
16+
- Cached IP address from DoH servers now expire (thanks to Markus
17+
Linnala)
18+
- DNSCrypt certificates can be fetched over Tor and SOCKS proxies
19+
- Retries over TCP are faster
20+
- Improved logging (thanks to Alison Winters)
21+
- Ignore non-TXT records in certificate responses (thanks to Vladimir
22+
Bauer)
23+
- A lot of internal cleanups, thanks to Markus Linnala.
1124

1225
* Version 2.0.28
1326
- Invalid server entries are now skipped instead of preventing a

dnscrypt-proxy/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import (
1717
)
1818

1919
const (
20-
AppVersion = "2.0.29"
20+
AppVersion = "2.0.30"
2121
DefaultConfigFileName = "dnscrypt-proxy.toml"
2222
)
2323

0 commit comments

Comments
 (0)