From b437be0149b849d1ec12587dee1e6603d6ea1e91 Mon Sep 17 00:00:00 2001 From: quindecim Date: Tue, 3 Dec 2019 13:24:50 -0500 Subject: [PATCH] Update to 2.0.34 --- changelog.md | 16 ++++++++++++++++ install.sh | 12 ++++++------ module.prop | 6 +++--- 3 files changed, 25 insertions(+), 9 deletions(-) diff --git a/changelog.md b/changelog.md index 27fdcd3..5f13f69 100644 --- a/changelog.md +++ b/changelog.md @@ -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 diff --git a/install.sh b/install.sh index ee88316..5b2d567 100644 --- a/install.sh +++ b/install.sh @@ -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 " " } diff --git a/module.prop b/module.prop index 81bd2df..b5c847c 100644 --- a/module.prop +++ b/module.prop @@ -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