Update to 2.0.34

This commit is contained in:
quindecim 2019-12-03 13:24:50 -05:00
parent ee86c7a5c9
commit b437be0149
3 changed files with 25 additions and 9 deletions

View File

@ -1,5 +1,21 @@
# Changelog
## 2.0.34
#### Updated binary files to 2.0.34 | jedisct1
* Blacklisted names are now also blocked if they appear in `CNAME`
pointers.
* `dnscrypt-proxy` can now act as a local DoH *server*. Firefox can
be configured to use it, so that ESNI can be enabled without bypassing
your DNS proxy.
#### Updated config files to 2.0.34 | quindecim
* ✅ Added `ibksturm` - dnscrypt-server (nginx - encrypted-dns - unbound backend), DNSSEC / Non-Logged / Uncensored, OpenNIC and Root DNS-Zone - Hosted in Switzerland by ibksturm, aka Andreas Ziegler)
* ✅ Enabled `blacklist.txt` file to prevent `CNAME Cloaking` tracking feature
* ✅ Optimized relays based on geolocation
* ⛔️ Removed `charis` and `suami` resolvers and their relays
## 2.0.33
#### Updated binary files to 2.0.33 | jedisct1

View File

@ -123,12 +123,12 @@ REPLACE="
print_modname() {
ui_print " "
ui_print "*******************************"
ui_print "* dnscrypt-proxy-android *"
ui_print "* 2.0.33 *"
ui_print "*******************************"
ui_print "* quindecim *"
ui_print "*******************************"
ui_print "******************************"
ui_print "* dnscrypt-proxy-android *"
ui_print "* 2.0.34 *"
ui_print "******************************"
ui_print "* quindecim *"
ui_print "******************************"
ui_print " "
}

View File

@ -1,6 +1,6 @@
id=dnscrypt-proxy-android
name=DNSCrypt-Proxy 2
version=2.0.33
versionCode=33
version=2.0.34
versionCode=34
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.33
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