mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-03-04 02:14:40 +01:00
Up
This commit is contained in:
parent
ac0425835b
commit
393195066e
2 changed files with 6 additions and 1 deletions
|
@ -1,6 +1,11 @@
|
|||
* Version 2.0.31
|
||||
- This version fixes another regression introduced in version 2.0.29,
|
||||
where DoH server couldn't be reached over IPv6 any more.
|
||||
- The Windows service now returns immediately, so that it doesn't get
|
||||
killed by the service manager if porbing the servers list takes too
|
||||
long. Great contribution from Alison Winters!
|
||||
- The proxy can be interrupted again while servers are being
|
||||
benchmarked.
|
||||
|
||||
* Version 2.0.30
|
||||
- This version fixes a startup issue introduced in version 2.0.29,
|
||||
|
|
|
@ -15,7 +15,7 @@ import (
|
|||
)
|
||||
|
||||
const (
|
||||
AppVersion = "2.0.30"
|
||||
AppVersion = "2.0.31"
|
||||
DefaultConfigFileName = "dnscrypt-proxy.toml"
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue