Update to 2.0.29-beta.3
This commit is contained in:
parent
77e75e89f1
commit
48917cc80a
|
@ -59,9 +59,10 @@ iptables -t nat -D OUTPUT -p udp ! -d 91.239.100.100 --dport 53 -j DNAT --to-des
|
|||
|
||||
## Changelog
|
||||
|
||||
#### 2.0.28
|
||||
#### 2.0.29-beta.3
|
||||
|
||||
* updated binary files to 2.0.28 | jedisct1
|
||||
* updated binaries files to 2.0.29-beta.3 | jedisct1
|
||||
* updated config files to 2.0.29-beta.3 | quindecim
|
||||
|
||||
[Full changelog](changelog.md)
|
||||
|
||||
|
|
18
changelog.md
18
changelog.md
|
@ -1,14 +1,22 @@
|
|||
# Changelog
|
||||
|
||||
### 2.0.28 - quindecim
|
||||
|
||||
* updated binary files to 2.0.28
|
||||
### 2.0.29-beta.3
|
||||
|
||||
* updated binaries files to 2.0.29-beta.3 | jedisct1
|
||||
* updated config files to 2.0.29-beta.3 | quindecim
|
||||
|
||||
|
||||
### 2.0.27 - quindecim
|
||||
### 2.0.28
|
||||
|
||||
* new maintainer
|
||||
* updated binary & configuration files to 2.0.27
|
||||
* updated binaries files to 2.0.28 | jedisct1
|
||||
|
||||
|
||||
### 2.0.27
|
||||
|
||||
* updated binaries files to 2.0.27 | jedisct1
|
||||
* new maintainer | quindecim
|
||||
* updated config files to 2.0.27 | quindecim
|
||||
|
||||
|
||||
-----
|
||||
|
|
|
@ -127,7 +127,7 @@ print_modname() {
|
|||
ui_print "* dnscrypt-proxy-android *"
|
||||
ui_print "* 2.0.29-beta.3 *"
|
||||
ui_print "*******************************"
|
||||
ui_print "* quindecim *"
|
||||
ui_print "* quindecim *"
|
||||
ui_print "*******************************"
|
||||
ui_print " "
|
||||
}
|
||||
|
|
|
@ -3,4 +3,4 @@ name=DNSCrypt-Proxy 2
|
|||
version=2.0.29-beta.3
|
||||
versionCode=29
|
||||
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-beta.3
|
||||
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