This commit is contained in:
Frank Denis 2018-02-22 23:55:03 +01:00
parent 14ebe60bff
commit 8d4f6770e5
2 changed files with 7 additions and 1 deletions

View file

@ -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.

View file

@ -11,7 +11,7 @@ import (
) )
const ( const (
AppVersion = "2.0.2" AppVersion = "2.0.3"
DefaultConfigFileName = "dnscrypt-proxy.toml" DefaultConfigFileName = "dnscrypt-proxy.toml"
) )