Update to 2.0.34
This commit is contained in:
parent
ee86c7a5c9
commit
b437be0149
16
changelog.md
16
changelog.md
|
@ -1,5 +1,21 @@
|
|||
# Changelog
|
||||
|
||||
## 2.0.34
|
||||
|
||||
#### Updated binary files to 2.0.34 | jedisct1
|
||||
* Blacklisted names are now also blocked if they appear in `CNAME`
|
||||
pointers.
|
||||
* `dnscrypt-proxy` can now act as a local DoH *server*. Firefox can
|
||||
be configured to use it, so that ESNI can be enabled without bypassing
|
||||
your DNS proxy.
|
||||
|
||||
#### Updated config files to 2.0.34 | quindecim
|
||||
* ✅ Added `ibksturm` - dnscrypt-server (nginx - encrypted-dns - unbound backend), DNSSEC / Non-Logged / Uncensored, OpenNIC and Root DNS-Zone - Hosted in Switzerland by ibksturm, aka Andreas Ziegler)
|
||||
* ✅ Enabled `blacklist.txt` file to prevent `CNAME Cloaking` tracking feature
|
||||
* ✅ Optimized relays based on geolocation
|
||||
* ⛔️ Removed `charis` and `suami` resolvers and their relays
|
||||
|
||||
|
||||
## 2.0.33
|
||||
|
||||
#### Updated binary files to 2.0.33 | jedisct1
|
||||
|
|
12
install.sh
12
install.sh
|
@ -123,12 +123,12 @@ REPLACE="
|
|||
|
||||
print_modname() {
|
||||
ui_print " "
|
||||
ui_print "*******************************"
|
||||
ui_print "* dnscrypt-proxy-android *"
|
||||
ui_print "* 2.0.33 *"
|
||||
ui_print "*******************************"
|
||||
ui_print "* quindecim *"
|
||||
ui_print "*******************************"
|
||||
ui_print "******************************"
|
||||
ui_print "* dnscrypt-proxy-android *"
|
||||
ui_print "* 2.0.34 *"
|
||||
ui_print "******************************"
|
||||
ui_print "* quindecim *"
|
||||
ui_print "******************************"
|
||||
ui_print " "
|
||||
}
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
id=dnscrypt-proxy-android
|
||||
name=DNSCrypt-Proxy 2
|
||||
version=2.0.33
|
||||
versionCode=33
|
||||
version=2.0.34
|
||||
versionCode=34
|
||||
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.33
|
||||
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.34
|
||||
|
|
Loading…
Reference in New Issue