2.8.3
This commit is contained in:
parent
cf7f31ab1f
commit
74c3a0b264
|
@ -34,6 +34,9 @@ Just flash and forget.
|
||||||
- For more detailed configuration please refer to [official documentation](https://github.com/jedisct1/dnscrypt-proxy/wiki/Configuration)
|
- For more detailed configuration please refer to [official documentation](https://github.com/jedisct1/dnscrypt-proxy/wiki/Configuration)
|
||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
### v2.8.3
|
||||||
|
- Fix permission issue
|
||||||
|
- Add option to replace or backup-restore config file
|
||||||
### v2.8.2
|
### v2.8.2
|
||||||
- Fix "binary file is missing"
|
- Fix "binary file is missing"
|
||||||
### v2.8.1
|
### v2.8.1
|
||||||
|
@ -42,12 +45,11 @@ Just flash and forget.
|
||||||
- Update binary files to 2.0.22
|
- Update binary files to 2.0.22
|
||||||
### v2.7.0
|
### v2.7.0
|
||||||
- Update binary files to 2.0.21
|
- Update binary files to 2.0.21
|
||||||
### v2.6.0
|
|
||||||
- Update binary files to 2.0.19
|
|
||||||
|
|
||||||
[older version changelog](changelog.md)
|
[Full changelog](changelog.md)
|
||||||
|
|
||||||
## Credit
|
## Credit
|
||||||
- DNSCrypt-Proxy2 upstream | [jedisct1](https://github.com/jedisct1/dnscrypt-proxy)
|
- DNSCrypt-Proxy2 upstream | [jedisct1](https://github.com/jedisct1/dnscrypt-proxy)
|
||||||
- Keycheck binary | [someone755](https://github.com/someone755/kerneller/tree/master/extract/tools)
|
- Keycheck binary | [someone755](https://github.com/someone755/kerneller/tree/master/extract/tools)
|
||||||
- Idea for keycheck code implementation | [Zappo @xda-developers](https://forum.xda-developers.com/showpost.php?p=71016567&postcount=98)
|
- Idea for keycheck code implementation | [Zappo @xda-developers](https://forum.xda-developers.com/showpost.php?p=71016567&postcount=98)
|
||||||
|
- [All contributor](https://github.com/Magisk-Modules-Repo/dnscrypt-proxy/graphs/contributors)
|
|
@ -1,5 +1,8 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
## Changelog
|
## Changelog
|
||||||
|
### v2.8.3
|
||||||
|
- Fix permission issue
|
||||||
|
- Add option to replace or backup-restore config file
|
||||||
### v2.8.2
|
### v2.8.2
|
||||||
- Fix "binary file is missing"
|
- Fix "binary file is missing"
|
||||||
### v2.8.1
|
### v2.8.1
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
id=dnscrypt-proxy
|
id=dnscrypt-proxy
|
||||||
name=DNSCrypt-Proxy 2
|
name=DNSCrypt-Proxy 2
|
||||||
version=v2.8.2
|
version=v2.8.3
|
||||||
versionCode=19
|
versionCode=20
|
||||||
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. Using DNSCrypt-proxy 2.0.22
|
description=A flexible DNS proxy, with support for modern encrypted DNS protocols such as DNSCrypt v2 and DNS-over-HTTP/2. Using DNSCrypt-proxy 2.0.22
|
||||||
|
|
Loading…
Reference in New Issue