Update to 2.0.39-2
This commit is contained in:
parent
15f125f799
commit
47c7a255a5
|
@ -25,7 +25,6 @@ Up-to-date, pre-built binaries are available for:
|
||||||
- ✅ `DNSSEC` required
|
- ✅ `DNSSEC` required
|
||||||
- ✅ Enabled `dnscrypt_ephemeral_keys` feature *(create a new, unique key for every single DNS query)*
|
- ✅ Enabled `dnscrypt_ephemeral_keys` feature *(create a new, unique key for every single DNS query)*
|
||||||
- ✅ Enabled `anonymized_dns` feature *(each resolver has 2 relays)*
|
- ✅ Enabled `anonymized_dns` feature *(each resolver has 2 relays)*
|
||||||
- ✅ Enabled `blacklist.txt` file to block ads, trackers, `CNAMEs` and prevent many others via substrings and wildcards (see my [block](https://git.nixnet.xyz/quindecim/block) repository)
|
|
||||||
- ⛔️ `DoH` disabled
|
- ⛔️ `DoH` disabled
|
||||||
- ⛔️ `IPv6` disabled
|
- ⛔️ `IPv6` disabled
|
||||||
- ℹ️ Set`refused` response to blocked queries
|
- ℹ️ Set`refused` response to blocked queries
|
||||||
|
|
|
@ -1,6 +1,15 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
|
||||||
|
## 2.0.39-2
|
||||||
|
|
||||||
|
#### Updated binary files to 2.0.39 | jedisct1
|
||||||
|
-
|
||||||
|
|
||||||
|
#### Updated config files to 2.0.39-2 | quindecim
|
||||||
|
* ⛔️ Removed `blacklist.txt` file *(too many false positives, will be added back in the future, when it reaches a more stable level)*.
|
||||||
|
|
||||||
|
|
||||||
## 2.0.39-1
|
## 2.0.39-1
|
||||||
|
|
||||||
#### Updated binary files to 2.0.39 | jedisct1
|
#### Updated binary files to 2.0.39 | jedisct1
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
ui_print " "
|
ui_print " "
|
||||||
ui_print "******************************"
|
ui_print "******************************"
|
||||||
ui_print "* dnscrypt-proxy-android *"
|
ui_print "* dnscrypt-proxy-android *"
|
||||||
ui_print "* 2.0.39-1 *"
|
ui_print "* 2.0.39-2 *"
|
||||||
ui_print "******************************"
|
ui_print "******************************"
|
||||||
ui_print "* quindecim *"
|
ui_print "* quindecim *"
|
||||||
ui_print "******************************"
|
ui_print "******************************"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
id=dnscrypt-proxy-android
|
id=dnscrypt-proxy-android
|
||||||
name=DNSCrypt-Proxy 2
|
name=DNSCrypt-Proxy 2
|
||||||
version=2.0.39-1
|
version=2.0.39-2
|
||||||
versionCode=39
|
versionCode=39
|
||||||
author=quindecim
|
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.39
|
||||||
|
|
Loading…
Reference in New Issue