From 6db7ba9552c7e7c2eb7dafc81473d412f24d97c9 Mon Sep 17 00:00:00 2001 From: quindecim Date: Sun, 22 Dec 2019 14:24:41 -0500 Subject: [PATCH] Update to 2.0.36 --- changelog.md | 20 ++++++++++++++++++++ install.sh | 2 +- module.prop | 6 +++--- 3 files changed, 24 insertions(+), 4 deletions(-) diff --git a/changelog.md b/changelog.md index a7624a1..719b242 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,24 @@ # Changelog +## 2.0.36 + +#### Updated binary files to 2.0.36 | jedisct1 + - New option: `block_undelegated`. When enabled, `dnscrypt-proxy` will +directly respond to queries for locally-served zones (https://sk.tl/2QqB971U) +and nonexistent zones that should have been kept local, but are frequently +leaked. This reduces latency and improves privacy. + - Conformance: the `DO` bit is now set in synthetic responses if it was +set in a question, and the `AD` bit is cleared. + - The `miegkg/dns` module was updated to version 1.1.26, that fixes a +security issue affecting non-encrypted/non-authenticated DNS traffic. In +`dnscrypt-proxy`, this only affects the forwarding feature. + +#### Updated config files to 2.0.36 | quindecim +* ✅ Added `dnscrypt.one` resolver (DNSSEC / no logs / uncensored, Germany (Nuremberg), https://dnscrypt.one/) +* ✅ Optimized relays based on geolocation +* ✅ Updated `blacklist.txt` to `2019-12-22` + + ## 2.0.35 #### Updated binary files to 2.0.35 | jedisct1 @@ -233,3 +252,4 @@ but it includes a `SERVFAIL` error code). * Initial release * dnscrypt-proxy v2.0.5 + diff --git a/install.sh b/install.sh index f55e22c..af89988 100644 --- a/install.sh +++ b/install.sh @@ -125,7 +125,7 @@ print_modname() { ui_print " " ui_print "******************************" ui_print "* dnscrypt-proxy-android *" - ui_print "* 2.0.35 *" + ui_print "* 2.0.36 *" ui_print "******************************" ui_print "* quindecim *" ui_print "******************************" diff --git a/module.prop b/module.prop index fc347c6..24b8be6 100644 --- a/module.prop +++ b/module.prop @@ -1,6 +1,6 @@ id=dnscrypt-proxy-android name=DNSCrypt-Proxy 2 -version=2.0.35 -versionCode=35 +version=2.0.36 +versionCode=36 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.35 +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.36