diff --git a/changelog.md b/changelog.md index 54c3455..9be9103 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,30 @@ # Changelog +## 2.0.42 + +#### Updated binary files to 2.0.42 | jedisct1 + - The current versions of the `dnsdist` load balancer (presumably used +by quad9, cleanbrowsing, qualityology, freetsa.org, ffmuc.net, +opennic-bongobow, sth-dnscrypt-se, ams-dnscrypt-nl and more) +is preventing queries over 1500 bytes from being received over UDP. +Temporary workarounds have been introduced to improve reliability +with these resolvers for regular DNSCrypt. Unfortunately, anonymized +DNS cannot be reliable until the issue is fixed server-side. `dnsdist` +authors are aware of it and are working on a fix. + - New option in the `[anonymized_dns]` section: `skip_incompatible`, +to ignore resolvers incompatible with Anonymized DNS instead of +using them without a relay. + - The server latency benchmark is faster while being able to perform +more retries if necessary. + - Continuous integration has been moved to GitHub Actions. + + +#### Updated config files to 2.0.42 | quindecim +* ✅ Enabled `skip_incompatible` option to ignore servers incompatible with anonymization + + + ## 2.0.41 #### Updated binary files to 2.0.41 | jedisct1 diff --git a/customize.sh b/customize.sh index bdb8751..2428745 100644 --- a/customize.sh +++ b/customize.sh @@ -1,7 +1,7 @@ ui_print " " ui_print "******************************" ui_print "* dnscrypt-proxy-android *" - ui_print "* 2.0.41 *" + ui_print "* 2.0.42 *" ui_print "******************************" ui_print "* quindecim *" ui_print "******************************" diff --git a/module.prop b/module.prop index a3cf6d0..0458bc2 100644 --- a/module.prop +++ b/module.prop @@ -1,6 +1,6 @@ id=dnscrypt-proxy-android name=DNSCrypt-Proxy 2 -version=2.0.41 -versionCode=41 +version=2.0.42 +versionCode=42 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.41 +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.42