Update to 2.0.40
This commit is contained in:
parent
e4d195d387
commit
730794eaa6
15
changelog.md
15
changelog.md
|
@ -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
|
||||
|
|
|
@ -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 "******************************"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue