Update to 2.0.40

This commit is contained in:
quindecim 2020-03-21 18:30:27 -04:00
parent e4d195d387
commit 730794eaa6
3 changed files with 19 additions and 4 deletions

View File

@ -1,6 +1,21 @@
# Changelog
## 2.0.40
#### Updated binary files to 2.0.40 | jedisct1
- Servers blocking fragmented queries are now automatically detected.
- The server name is now only present in query logs when an actual upstream servers was required to resolve a query.
- TLS client authentication has been added for DoH.
- The Firefox plugin is now skipped for connections coming from the local DoH server.
- DoH RTT computation is now more accurate, especially when CDNs are in the middle.
- The forwarding plugin is now more reliable, and handles retries over TCP.
#### Updated config files to 2.0.40 | quindecim
-
## 2.0.39-2
#### Updated binary files to 2.0.39 | jedisct1

View File

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

View File

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