Update to 2.0.42-2
This commit is contained in:
parent
50d1d6e2c3
commit
f87c15f7b8
11
changelog.md
11
changelog.md
|
@ -1,6 +1,16 @@
|
|||
# Changelog
|
||||
|
||||
|
||||
## 2.0.42-2
|
||||
|
||||
#### Updated binary files to 2.0.42 | jedisct1
|
||||
-
|
||||
|
||||
|
||||
#### Updated config files to 2.0.42-2 | quindecim
|
||||
- ⛔️ Disabled every `IPv6` queries in `post-fs-data.sh` file: `INPUT`, `FORWARD` and `OUTPUT` (to enforce leaks prevention in some cases).
|
||||
|
||||
|
||||
## 2.0.42-1
|
||||
|
||||
#### Updated binary files to 2.0.42 | jedisct1
|
||||
|
@ -388,3 +398,4 @@ but it includes a `SERVFAIL` error code).
|
|||
|
||||
- Initial release
|
||||
- dnscrypt-proxy v2.0.5
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
ui_print " "
|
||||
ui_print "******************************"
|
||||
ui_print "* dnscrypt-proxy-android *"
|
||||
ui_print "* 2.0.42-1 *"
|
||||
ui_print "* 2.0.42-2 *"
|
||||
ui_print "******************************"
|
||||
ui_print "* quindecim *"
|
||||
ui_print "******************************"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
id=dnscrypt-proxy-android
|
||||
name=DNSCrypt-Proxy 2
|
||||
version=2.0.42-1
|
||||
versionCode=421
|
||||
version=2.0.42-2
|
||||
versionCode=422
|
||||
author=quindecim
|
||||
description=A flexible DNS proxy, with support for modern encrypted DNS protocols such as DNSCrypt v2, DNS-over-HTTPS and Anonymized DNSCrypt. Using dnscrypt-proxy 2.0.42
|
||||
|
|
Loading…
Reference in New Issue