From c6336fc15a4afddac1b5379cdeb68380f37587ad Mon Sep 17 00:00:00 2001 From: quindecim <49964366+quindecim@users.noreply.github.com> Date: Thu, 13 Oct 2022 01:19:55 +0200 Subject: [PATCH] Update to `2.1.2.4` --- CHANGELOG.md | 10 ++++++++++ customize.sh | 2 +- module.prop | 4 ++-- update.json | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 69b7146..9535aa1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,21 @@ ## unreleased +## 2.1.2.4 +### Added +- Automatic redirections in `post-fs-data.sh` file. + +### Changed +- Use a more modern [DNS.SB](https://dns.sb/) as `bootstrap_resolvers`. + ## 2.1.2.3 ### Changed - Use [DNS.SB](https://dns.sb/) as `bootstrap_resolvers`. - Use [DNS.SB](https://dns.sb/) as `netprobe_address`. +### Removed +- Automatic redirections in `post-fs-data.sh` file. + ## 2.1.2.2 ### Fixed - Forgotten scripts in `post-fs-data` file (it prevent using bootstrap resolvers correctly). diff --git a/customize.sh b/customize.sh index d5cb103..c902299 100644 --- a/customize.sh +++ b/customize.sh @@ -1,7 +1,7 @@ ui_print " " ui_print "******************************" ui_print "* dnscrypt-proxy-android *" - ui_print "* 2.1.2.3 *" + ui_print "* 2.1.2.4 *" ui_print "******************************" ui_print "* quindecim *" ui_print "******************************" diff --git a/module.prop b/module.prop index 44df648..fd1fbc2 100644 --- a/module.prop +++ b/module.prop @@ -1,7 +1,7 @@ id=dnscrypt-proxy-android name=DNSCrypt-Proxy 2 -version=2.1.2.3 -versionCode=210203 +version=2.1.2.4 +versionCode=210204 author=quindecim description=A flexible DNS proxy, with support for modern encrypted DNS protocols such as DNSCrypt v2, DNS-over-HTTPS, Anonymized DNSCrypt and ODoH (Oblivious DoH). Using dnscrypt-proxy 2.1.2 updateJson=https://raw.githubusercontent.com/quindecim/dnscrypt-proxy-android/master/update.json diff --git a/update.json b/update.json index 5630454..c3e7c4a 100644 --- a/update.json +++ b/update.json @@ -1,6 +1,6 @@ { "version": "2.1.2.3", "versionCode": 210203, - "zipUrl": "https://github.com/quindecim/dnscrypt-proxy-android/releases/download/2.1.2.3/dnscrypt-proxy-android-v2.1.2.3.zip", + "zipUrl": "https://github.com/quindecim/dnscrypt-proxy-android/releases/download/2.1.2.4/dnscrypt-proxy-android-v2.1.2.4.zip", "changelog": "https://raw.githubusercontent.com/quindecim/dnscrypt-proxy-android/master/CHANGELOG.md" }