2.2.0
This commit is contained in:
parent
9cfe4453fb
commit
acf2de2257
|
@ -13,6 +13,8 @@ A flexible DNS proxy, with support for modern encrypted DNS protocols such as [D
|
||||||
- For more detailed configuration please refer to [official documentation](https://github.com/jedisct1/dnscrypt-proxy/wiki/Basic-dnscrypt-proxy.toml-editing)
|
- For more detailed configuration please refer to [official documentation](https://github.com/jedisct1/dnscrypt-proxy/wiki/Basic-dnscrypt-proxy.toml-editing)
|
||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
### v2.2.0 - 04.04.2018
|
||||||
|
* Update binary files to 2.0.8
|
||||||
### v2.1.3 - 03.18.2018
|
### v2.1.3 - 03.18.2018
|
||||||
* __If you have previous version, please uninstall it first then reinstall it again or you can change listen port manually in `dnscrypt-proxy.toml` file.__
|
* __If you have previous version, please uninstall it first then reinstall it again or you can change listen port manually in `dnscrypt-proxy.toml` file.__
|
||||||
* Fix Tethering Client cannot Resolve DNSCrypt
|
* Fix Tethering Client cannot Resolve DNSCrypt
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
id=dnscrypt-proxy
|
id=dnscrypt-proxy
|
||||||
name=DNSCrypt-Proxy 2
|
name=DNSCrypt-Proxy 2
|
||||||
version=v2.1.3
|
version=v2.2.0
|
||||||
versionCode=10
|
versionCode=11
|
||||||
author=bluemeda
|
author=bluemeda
|
||||||
description=A flexible DNS proxy, with support for modern encrypted DNS protocols such as DNSCrypt v2 and DNS-over-HTTP/2.
|
description=A flexible DNS proxy, with support for modern encrypted DNS protocols such as DNSCrypt v2 and DNS-over-HTTP/2.
|
||||||
minMagisk=1500
|
minMagisk=1500
|
||||||
|
|
Loading…
Reference in New Issue