Update to 2.0.41

This commit is contained in:
quindecim 2020-03-25 03:50:48 -04:00
parent d7ddb8fe8e
commit 1b5989154a
3 changed files with 22 additions and 4 deletions

View File

@ -1,6 +1,24 @@
# Changelog
## 2.0.41
#### Updated binary files to 2.0.41 | jedisct1
- Precompiled binaries for armv5, armv6 and armv7 are available.
The default arm builds were not compatible with older CPUs when
compiled with Go 1.14. mips64 binaries are explicitly compiled with
softfloat to improve compatibility.
- Quad9 seems to be only blocking fragmented queries over UDP for
some networks. They have been removed from the default list of broken
resolvers; runtime detection of support for fragments should now do
the job.
- Runtime detection of support for fragments was actually enabled.
#### Updated config files to 2.0.41 | quindecim
-
## 2.0.40
#### Updated binary files to 2.0.40 | jedisct1

View File

@ -1,7 +1,7 @@
ui_print " "
ui_print "******************************"
ui_print "* dnscrypt-proxy-android *"
ui_print "* 2.0.40 *"
ui_print "* 2.0.41 *"
ui_print "******************************"
ui_print "* quindecim *"
ui_print "******************************"

View File

@ -1,6 +1,6 @@
id=dnscrypt-proxy-android
name=DNSCrypt-Proxy 2
version=2.0.40
versionCode=40
version=2.0.41
versionCode=41
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.40
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