mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-03-04 02:14:40 +01:00
Bump
This commit is contained in:
parent
14075e31dc
commit
ebd55ba954
2 changed files with 7 additions and 1 deletions
|
@ -1,4 +1,10 @@
|
|||
|
||||
* Version 2.0.2
|
||||
- Properly error out on FreeBSD and other platforms where built-in
|
||||
service installation is not supported yet.
|
||||
- Improved load-balancing algorithm, which should result in lower
|
||||
latency.
|
||||
|
||||
* Version 2.0.1
|
||||
- Cached source data were not redownloaded if the proxy was used
|
||||
without interruption. This has been fixed.
|
||||
|
|
|
@ -11,7 +11,7 @@ import (
|
|||
)
|
||||
|
||||
const (
|
||||
AppVersion = "2.0.1"
|
||||
AppVersion = "2.0.2"
|
||||
DefaultConfigFileName = "dnscrypt-proxy.toml"
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue