[up] Update to `2.1.1-3`
This commit is contained in:
parent
ce146c959d
commit
75b4a2216e
|
@ -1,6 +1,9 @@
|
|||
# Changelog
|
||||
|
||||
## unreleased
|
||||
-
|
||||
|
||||
## 2.1.1-3
|
||||
### Added
|
||||
- `plan9dns-fl` resolver (Miami Florida, US No-logs, no-filters, DNSSEC -info https://jlongua.github.io/plan9-dns).
|
||||
- `plan9dns-mx` resolver (Mexico City, Mexico No-logs, no-filters, DNSSEC -info https://jlongua.github.io/plan9-dns).
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
ui_print " "
|
||||
ui_print "******************************"
|
||||
ui_print "* dnscrypt-proxy-android *"
|
||||
ui_print "* 2.1.1-2 *"
|
||||
ui_print "* 2.1.1-3 *"
|
||||
ui_print "******************************"
|
||||
ui_print "* quindecim *"
|
||||
ui_print "******************************"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
id=dnscrypt-proxy-android
|
||||
name=DNSCrypt-Proxy 2
|
||||
version=2.1.1-2
|
||||
versionCode=21102
|
||||
version=2.1.1-3
|
||||
versionCode=21103
|
||||
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.1
|
||||
updateJson=https://raw.githubusercontent.com/quindecim/dnscrypt-proxy-android/master/update.json
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"version": "2.1.1-2",
|
||||
"versionCode": 21102,
|
||||
"zipUrl": "https://github.com/quindecim/dnscrypt-proxy-android/releases/download/2.1.1-2/dnscrypt-proxy-android-v2.1.1-2.zip",
|
||||
"version": "2.1.1-3",
|
||||
"versionCode": 21103,
|
||||
"zipUrl": "https://github.com/quindecim/dnscrypt-proxy-android/releases/download/2.1.1-3/dnscrypt-proxy-android-v2.1.1-3.zip",
|
||||
"changelog": "https://raw.githubusercontent.com/quindecim/dnscrypt-proxy-android/master/CHANGELOG.md"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue