Update to 2.0.25
This commit is contained in:
parent
81ee4129f0
commit
678cb0005b
|
@ -125,7 +125,7 @@ print_modname() {
|
||||||
ui_print " "
|
ui_print " "
|
||||||
ui_print "******************************"
|
ui_print "******************************"
|
||||||
ui_print "* dnscrypt-proxy-android *"
|
ui_print "* dnscrypt-proxy-android *"
|
||||||
ui_print "* 2.0.34 *"
|
ui_print "* 2.0.35 *"
|
||||||
ui_print "******************************"
|
ui_print "******************************"
|
||||||
ui_print "* quindecim *"
|
ui_print "* quindecim *"
|
||||||
ui_print "******************************"
|
ui_print "******************************"
|
||||||
|
@ -201,4 +201,4 @@ set_permissions() {
|
||||||
# set_perm $MODPATH/system/lib/libart.so 0 0 0644
|
# set_perm $MODPATH/system/lib/libart.so 0 0 0644
|
||||||
}
|
}
|
||||||
|
|
||||||
# You can add more functions to assist your custom script code
|
# You can add more functions to assist your custom script code
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
id=dnscrypt-proxy-android
|
id=dnscrypt-proxy-android
|
||||||
name=DNSCrypt-Proxy 2
|
name=DNSCrypt-Proxy 2
|
||||||
version=2.0.34
|
version=2.0.35
|
||||||
versionCode=34
|
versionCode=35
|
||||||
author=quindecim
|
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.34
|
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.35
|
||||||
|
|
Loading…
Reference in New Issue