Skip to content

Commit 80dff0a

Browse files
authored
[up] Update to 2.1.2
1 parent 39b7ed2 commit 80dff0a

3 files changed

Lines changed: 26 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,28 @@
11
# Changelog
22

33
## unreleased
4+
### Upstream
5+
- Support for DoH over HTTP/3 (DoH3, HTTP over QUIC) has been added.
6+
Compatible servers will automatically use it. Note that QUIC uses UDP
7+
(usually over port 443, like DNSCrypt) instead of TCP.
8+
- In previous versions, memory usage kept growing due to channels not
9+
being properly closed, causing goroutines to pile up. This was fixed,
10+
resulting in an important reduction of memory usage. Thanks to
11+
@lifenjoiner for investigating and fixing this!
12+
- DNS64: `CNAME` records are now translated like other responses.
13+
Thanks to @ignoramous for this!
14+
- A relay whose name has been configured, but doesn't exist in the
15+
list of available relays is now a hard error. Thanks to @lifenjoiner!
16+
- Mutexes/locking: bug fixes and improvements, by @ignoramous
17+
- Official packages now include linux/riscv64 builds.
18+
- `dnscrypt-proxy -resolve` now reports if ECS (EDNS-clientsubnet) is
19+
supported by the server.
20+
- `dnscrypt-proxy -list` now includes ODoH (Oblivious DoH) servers.
21+
- Local DoH: queries made using the `GET` method are now handled.
22+
- The service can now be installed on OpenRC-based systems.
23+
- `PTR` queries are now supported for cloaked domains. Contributed by
24+
Ian Bashford, thanks!
25+
426
### Added
527
- `breddns` resolver (Non-logging DNSCrypt server located in Luxembourg, operated by @tmclo).
628
- `dnswarden-uncensor-fr1-dc` resolver (Hosted in France. For more information look [here](https://github.com/bhanupratapys/dnswarden) or [here](https://dnswarden.com).).

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.1-3 *"
4+
ui_print "* 2.1.2 *"
55
ui_print "******************************"
66
ui_print "* quindecim *"
77
ui_print "******************************"

module.prop

Lines changed: 3 additions & 3 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.1-3
4-
versionCode=210130
3+
version=2.1.2
4+
versionCode=210200
55
author=quindecim
6-
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
6+
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

0 commit comments

Comments
 (0)