diff --git a/README.md b/README.md index eab63bc..1a3f833 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,6 @@ Up-to-date, pre-built binaries are available for: - ✅ `DNSSEC` required - ✅ 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 `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 - ⛔️ `IPv6` disabled - ℹ️ Set`refused` response to blocked queries diff --git a/changelog.md b/changelog.md index 9c8570b..4f8bdf5 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,15 @@ # 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 #### Updated binary files to 2.0.39 | jedisct1 diff --git a/customize.sh b/customize.sh index 642eb1c..68db3d2 100644 --- a/customize.sh +++ b/customize.sh @@ -1,7 +1,7 @@ ui_print " " ui_print "******************************" ui_print "* dnscrypt-proxy-android *" - ui_print "* 2.0.39-1 *" + ui_print "* 2.0.39-2 *" ui_print "******************************" ui_print "* quindecim *" ui_print "******************************" diff --git a/module.prop b/module.prop index 8fad2a3..2162c36 100644 --- a/module.prop +++ b/module.prop @@ -1,6 +1,6 @@ id=dnscrypt-proxy-android name=DNSCrypt-Proxy 2 -version=2.0.39-1 +version=2.0.39-2 versionCode=39 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