Update to `2.1.2.4`
This commit is contained in:
parent
ca85ca49b0
commit
c6336fc15a
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -2,11 +2,21 @@
|
||||||
|
|
||||||
## unreleased
|
## 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
|
## 2.1.2.3
|
||||||
### Changed
|
### Changed
|
||||||
- Use [DNS.SB](https://dns.sb/) as `bootstrap_resolvers`.
|
- Use [DNS.SB](https://dns.sb/) as `bootstrap_resolvers`.
|
||||||
- Use [DNS.SB](https://dns.sb/) as `netprobe_address`.
|
- Use [DNS.SB](https://dns.sb/) as `netprobe_address`.
|
||||||
|
|
||||||
|
### Removed
|
||||||
|
- Automatic redirections in `post-fs-data.sh` file.
|
||||||
|
|
||||||
## 2.1.2.2
|
## 2.1.2.2
|
||||||
### Fixed
|
### Fixed
|
||||||
- Forgotten scripts in `post-fs-data` file (it prevent using bootstrap resolvers correctly).
|
- Forgotten scripts in `post-fs-data` file (it prevent using bootstrap resolvers correctly).
|
||||||
|
|
|
@ -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.1.2.3 *"
|
ui_print "* 2.1.2.4 *"
|
||||||
ui_print "******************************"
|
ui_print "******************************"
|
||||||
ui_print "* quindecim *"
|
ui_print "* quindecim *"
|
||||||
ui_print "******************************"
|
ui_print "******************************"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
id=dnscrypt-proxy-android
|
id=dnscrypt-proxy-android
|
||||||
name=DNSCrypt-Proxy 2
|
name=DNSCrypt-Proxy 2
|
||||||
version=2.1.2.3
|
version=2.1.2.4
|
||||||
versionCode=210203
|
versionCode=210204
|
||||||
author=quindecim
|
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
|
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
|
updateJson=https://raw.githubusercontent.com/quindecim/dnscrypt-proxy-android/master/update.json
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"version": "2.1.2.3",
|
"version": "2.1.2.3",
|
||||||
"versionCode": 210203,
|
"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"
|
"changelog": "https://raw.githubusercontent.com/quindecim/dnscrypt-proxy-android/master/CHANGELOG.md"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue