Update to 2.0.42-1
This commit is contained in:
parent
c66fc88e40
commit
3515ee920c
18
changelog.md
18
changelog.md
|
@ -1,6 +1,24 @@
|
|||
# Changelog
|
||||
|
||||
|
||||
## 2.0.42-1
|
||||
|
||||
#### Updated binary files to 2.0.42 | jedisct1
|
||||
-
|
||||
|
||||
|
||||
#### Updated config files to 2.0.42-1 | quindecim
|
||||
* ✅ Added `meganerd` resolver (Non-logging, non-filtering, supports DNSSEC by MegaNerd.nl).
|
||||
* ✅ Enabled `whitelist.txt` file (as placeholder, once the blacklist goes public).
|
||||
* ✅ Optimized relays based on geolocation.
|
||||
* ⛔️ Disabled `IPv6` in `post-fs-data.sh` file (to enforce leaks prevention in some cases).
|
||||
* ⛔️ Removed `dnscrypt.nl-ns0` resolver and related relays.
|
||||
* ⛔️ Removed `dnscrypt.one` resolver and related relays.
|
||||
* ⛔️ Removed `ffmuc.net` resolver and related relays.
|
||||
* ⛔️ Removed `publicarray-au2` resolver and related relays.
|
||||
* ℹ️ Moved all the example documents into `dnscrypt-proxy/example-docs` folder (the remaining example documents must be deleted manually).
|
||||
|
||||
|
||||
## 2.0.42
|
||||
|
||||
#### Updated binary files to 2.0.42 | jedisct1
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
ui_print " "
|
||||
ui_print "******************************"
|
||||
ui_print "* dnscrypt-proxy-android *"
|
||||
ui_print "* 2.0.42 *"
|
||||
ui_print "* 2.0.42-1 *"
|
||||
ui_print "******************************"
|
||||
ui_print "* quindecim *"
|
||||
ui_print "******************************"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
id=dnscrypt-proxy-android
|
||||
name=DNSCrypt-Proxy 2
|
||||
version=2.0.42
|
||||
versionCode=42
|
||||
version=2.0.42-1
|
||||
versionCode=421
|
||||
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.42
|
||||
|
|
Loading…
Reference in New Issue