File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11* Version 2.0.31
2- - This version fixes another regression introduced in version 2.0.29,
3- where DoH server couldn't be reached over IPv6 any more.
4- - The Windows service now returns immediately, so that it doesn't get
5- killed by the service manager if porbing the servers list takes too
6- long. Great contribution from Alison Winters!
7- - The proxy can be interrupted again while servers are being
8- benchmarked.
2+ - This version fixes two regressions introduced in version 2.0.29:
3+ DoH server couldn't be reached over IPv6 any more, and the proxy
4+ couldn't be interrupted while servers were being benchmarked.
95
106* Version 2.0.30
117 - This version fixes a startup issue introduced in version 2.0.29,
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ import (
1515)
1616
1717const (
18- AppVersion = "2.0.29 "
18+ AppVersion = "2.0.31 "
1919 DefaultConfigFileName = "dnscrypt-proxy.toml"
2020)
2121
You can’t perform that action at this time.
0 commit comments