Skip to content

Commit c6336fc

Browse files
committed
Update to 2.1.2.4
1 parent ca85ca4 commit c6336fc

4 files changed

Lines changed: 14 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,21 @@
22

33
## unreleased
44

5+
## 2.1.2.4
6+
### Added
7+
- Automatic redirections in `post-fs-data.sh` file.
8+
9+
### Changed
10+
- Use a more modern [DNS.SB](https://dns.sb/) as `bootstrap_resolvers`.
11+
512
## 2.1.2.3
613
### Changed
714
- Use [DNS.SB](https://dns.sb/) as `bootstrap_resolvers`.
815
- Use [DNS.SB](https://dns.sb/) as `netprobe_address`.
916

17+
### Removed
18+
- Automatic redirections in `post-fs-data.sh` file.
19+
1020
## 2.1.2.2
1121
### Fixed
1222
- Forgotten scripts in `post-fs-data` file (it prevent using bootstrap resolvers correctly).

customize.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ui_print " "
22
ui_print "******************************"
33
ui_print "* dnscrypt-proxy-android *"
4-
ui_print "* 2.1.2.3 *"
4+
ui_print "* 2.1.2.4 *"
55
ui_print "******************************"
66
ui_print "* quindecim *"
77
ui_print "******************************"

module.prop

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
id=dnscrypt-proxy-android
22
name=DNSCrypt-Proxy 2
3-
version=2.1.2.3
4-
versionCode=210203
3+
version=2.1.2.4
4+
versionCode=210204
55
author=quindecim
66
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
77
updateJson=https://raw.githubusercontent.com/quindecim/dnscrypt-proxy-android/master/update.json

update.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"version": "2.1.2.3",
33
"versionCode": 210203,
4-
"zipUrl": "https://github.com/quindecim/dnscrypt-proxy-android/releases/download/2.1.2.3/dnscrypt-proxy-android-v2.1.2.3.zip",
4+
"zipUrl": "https://github.com/quindecim/dnscrypt-proxy-android/releases/download/2.1.2.4/dnscrypt-proxy-android-v2.1.2.4.zip",
55
"changelog": "https://raw.githubusercontent.com/quindecim/dnscrypt-proxy-android/master/CHANGELOG.md"
66
}

0 commit comments

Comments
 (0)