Update to 2.0.29
This commit is contained in:
parent
aa1ab8fcc8
commit
7c052b2619
|
@ -59,9 +59,9 @@ iptables -t nat -D OUTPUT -p udp ! -d 91.239.100.100 --dport 53 -j DNAT --to-des
|
||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
#### v2.0.28
|
#### 2.0.28
|
||||||
|
|
||||||
* updated binary files to v2.0.28 | jedisct1
|
* updated binary files to 2.0.28 | jedisct1
|
||||||
|
|
||||||
[Full changelog](changelog.md)
|
[Full changelog](changelog.md)
|
||||||
|
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
### v2.0.28 - quindecim
|
### 2.0.28 - quindecim
|
||||||
|
|
||||||
* updated binary files to 2.0.28
|
* updated binary files to 2.0.28
|
||||||
|
|
||||||
|
|
||||||
### v2.0.27 - quindecim
|
### 2.0.27 - quindecim
|
||||||
|
|
||||||
* new maintainer
|
* new maintainer
|
||||||
* updated binary & configuration files to 2.0.27
|
* updated binary & configuration files to 2.0.27
|
||||||
|
|
|
@ -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 "* v2.0.29 *"
|
ui_print "* 2.0.29-beta.3 *"
|
||||||
ui_print "*******************************"
|
ui_print "*******************************"
|
||||||
ui_print "* quindecim *"
|
ui_print "* quindecim *"
|
||||||
ui_print "*******************************"
|
ui_print "*******************************"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
id=dnscrypt-proxy-android
|
id=dnscrypt-proxy-android
|
||||||
name=DNSCrypt-Proxy 2
|
name=DNSCrypt-Proxy 2
|
||||||
version=v2.0.29
|
version=2.0.29-beta.3
|
||||||
versionCode=29
|
versionCode=29
|
||||||
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.29
|
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.29-beta.3
|
||||||
|
|
Loading…
Reference in New Issue