mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-03-04 10:24:40 +01:00
Bump
This commit is contained in:
parent
14ebe60bff
commit
8d4f6770e5
2 changed files with 7 additions and 1 deletions
|
@ -1,4 +1,10 @@
|
||||||
|
|
||||||
|
* Version 2.0.3
|
||||||
|
- Load balancing: resolvers that respond promptly, but with bogus
|
||||||
|
responses are now gradually removed from the preferred pool.
|
||||||
|
- Due to popular request, Android binaries are now available! Thanks
|
||||||
|
to @sporif for his help on getting these built.
|
||||||
|
|
||||||
* Version 2.0.2
|
* Version 2.0.2
|
||||||
- Properly error out on FreeBSD and other platforms where built-in
|
- Properly error out on FreeBSD and other platforms where built-in
|
||||||
service installation is not supported yet.
|
service installation is not supported yet.
|
||||||
|
|
|
@ -11,7 +11,7 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
AppVersion = "2.0.2"
|
AppVersion = "2.0.3"
|
||||||
DefaultConfigFileName = "dnscrypt-proxy.toml"
|
DefaultConfigFileName = "dnscrypt-proxy.toml"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue