Update to 2.0.42
This commit is contained in:
parent
17a117f026
commit
bccf1a2f41
24
changelog.md
24
changelog.md
|
@ -1,6 +1,30 @@
|
||||||
# Changelog
|
# 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
|
## 2.0.41
|
||||||
|
|
||||||
#### Updated binary files to 2.0.41 | jedisct1
|
#### Updated binary files to 2.0.41 | jedisct1
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
ui_print " "
|
ui_print " "
|
||||||
ui_print "******************************"
|
ui_print "******************************"
|
||||||
ui_print "* dnscrypt-proxy-android *"
|
ui_print "* dnscrypt-proxy-android *"
|
||||||
ui_print "* 2.0.41 *"
|
ui_print "* 2.0.42 *"
|
||||||
ui_print "******************************"
|
ui_print "******************************"
|
||||||
ui_print "* quindecim *"
|
ui_print "* quindecim *"
|
||||||
ui_print "******************************"
|
ui_print "******************************"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
id=dnscrypt-proxy-android
|
id=dnscrypt-proxy-android
|
||||||
name=DNSCrypt-Proxy 2
|
name=DNSCrypt-Proxy 2
|
||||||
version=2.0.41
|
version=2.0.42
|
||||||
versionCode=41
|
versionCode=42
|
||||||
author=quindecim
|
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
|
||||||
|
|
Loading…
Reference in New Issue