v2.4.0
This commit is contained in:
parent
0d2496b926
commit
a0a7b90f53
|
@ -34,6 +34,8 @@ Just flash and forget.
|
||||||
- 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.4.0
|
||||||
|
- Update binary files to 2.0.14
|
||||||
### v2.3.0
|
### v2.3.0
|
||||||
- Update binary files to 2.0.10 ([changelog](https://github.com/jedisct1/dnscrypt-proxy/blob/master/ChangeLog))
|
- Update binary files to 2.0.10 ([changelog](https://github.com/jedisct1/dnscrypt-proxy/blob/master/ChangeLog))
|
||||||
- Add option to choose auto redirect DNS or manually set with 3rd-party app.
|
- Add option to choose auto redirect DNS or manually set with 3rd-party app.
|
||||||
|
|
|
@ -1,4 +1,6 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
## v2.4.0
|
||||||
|
* Update binary files to 2.0.14
|
||||||
## v2.3.0
|
## v2.3.0
|
||||||
* Update binary files to 2.0.8
|
* Update binary files to 2.0.8
|
||||||
* Add option to choose auto redirect DNS or manually set with 3rd-party app.
|
* Add option to choose auto redirect DNS or manually set with 3rd-party app.
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
id=dnscrypt-proxy
|
id=dnscrypt-proxy
|
||||||
name=DNSCrypt-Proxy 2
|
name=DNSCrypt-Proxy 2
|
||||||
version=v2.3.0
|
version=v2.4.0
|
||||||
versionCode=12
|
versionCode=13
|
||||||
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