Update to `2.1.2.1`
This commit is contained in:
parent
e3daaa5764
commit
70c7152225
|
@ -2,6 +2,8 @@
|
|||
|
||||
## unreleased
|
||||
|
||||
## 2.1.2.1
|
||||
|
||||
### Added
|
||||
- `dct-at1` resolver (DNSCrypt | IPv4 only | Non-logging | Non-filtering | DNSSEC | Vienna, Austria).
|
||||
- `dct-de1` resolver (DNSCrypt | IPv4 only | Non-logging | Non-filtering | DNSSEC | Düsseldorf, Germany).
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
ui_print " "
|
||||
ui_print "******************************"
|
||||
ui_print "* dnscrypt-proxy-android *"
|
||||
ui_print "* 2.1.2 *"
|
||||
ui_print "* 2.1.2.1 *"
|
||||
ui_print "******************************"
|
||||
ui_print "* quindecim *"
|
||||
ui_print "******************************"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
id=dnscrypt-proxy-android
|
||||
name=DNSCrypt-Proxy 2
|
||||
version=2.1.2
|
||||
versionCode=210200
|
||||
version=2.1.2.1
|
||||
versionCode=210201
|
||||
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
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"version": "2.1.2",
|
||||
"versionCode": 21200,
|
||||
"zipUrl": "https://github.com/quindecim/dnscrypt-proxy-android/releases/download/2.1.2/dnscrypt-proxy-android-v2.1.2.zip",
|
||||
"version": "2.1.2.1",
|
||||
"versionCode": 210201,
|
||||
"zipUrl": "https://github.com/quindecim/dnscrypt-proxy-android/releases/download/2.1.2.1/dnscrypt-proxy-android-v2.1.2.1.zip",
|
||||
"changelog": "https://raw.githubusercontent.com/quindecim/dnscrypt-proxy-android/master/CHANGELOG.md"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue