Skip to content

Commit 7cbe3c3

Browse files
committed
Update to 2.1.4
1 parent 2e4d443 commit 7cbe3c3

10 files changed

Lines changed: 20 additions & 10 deletions

CHANGELOG.md

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

3+
## 2.1.4
4+
### Upstream
5+
- Fixes a regression from version 2.1.3: when cloaking was enabled,
6+
blocked responses were returned for records that were not A/AAAA/PTR
7+
even for names that were not in the cloaked list.
8+
9+
### Added
10+
- `dct-ru1` resolver (DNSCrypt | IPv4 only | Non-logging | Non-filtering | DNSSEC | Moscow, Russia).
11+
312
## 2.1.3
413
### Upstream
514
- DNS-over-HTTP/3 (QUIC) should be more reliable. In particular,

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ All the binary files are downloaded from the [official release page](https://git
2222

2323
## Differences from the main project
2424

25-
- `server_names` = `altername` [RUS], `ams-dnscrypt-nl` [NLD], `d0wn-tz-ns1` [TZA], `dct-at1` [AUS], `dct-de1` [DEU], `dct-nl1` [NLD], `dns.watch` [DEU], `dnscrypt.be` [BEL], `dnscrypt.ca-1` [CAN], `dnscrypt.ca-2` [CAN], `dnscrypt.pl` [POL], `dnscrypt.uk-ipv4` [GBR], `dnswarden-uncensor-dc-swiss` [CHE], `meganerd` [NLD], `openinternet` [USA], `plan9dns-fl` [USA], `plan9dns-mx` [MEX], `plan9dns-nj` [USA], `pryv8boi` [DEU], `sby-limotelu` [IDN], `scaleway-ams` [NLD], `scaleway-fr` [FRA], `serbica` [NLD], `starrydns` [SGP], `techsaviours.org-dnscrypt` [DEU], `v.dnscrypt.uk-ipv4` [GBR] are the resolvers in use.
25+
- `server_names` = `altername` [RUS], `ams-dnscrypt-nl` [NLD], `d0wn-tz-ns1` [TZA], `dct-at1` [AUS], `dct-de1` [DEU], `dct-nl1` [NLD], `dct-ru1` [RUS], `dns.watch` [DEU], `dnscrypt.be` [BEL], `dnscrypt.ca-1` [CAN], `dnscrypt.ca-2` [CAN], `dnscrypt.pl` [POL], `dnscrypt.uk-ipv4` [GBR], `dnswarden-uncensor-dc-swiss` [CHE], `meganerd` [NLD], `openinternet` [USA], `plan9dns-fl` [USA], `plan9dns-mx` [MEX], `plan9dns-nj` [USA], `pryv8boi` [DEU], `sby-limotelu` [IDN], `scaleway-ams` [NLD], `scaleway-fr` [FRA], `serbica` [NLD], `starrydns` [SGP], `techsaviours.org-dnscrypt` [DEU], `v.dnscrypt.uk-ipv4` [GBR] are the resolvers in use.
2626

2727
- `doh_servers = false` (disable servers implementing the `DNS-over-HTTPS` protocol)
2828

binary/dnscrypt-proxy-arm

0 Bytes
Binary file not shown.

binary/dnscrypt-proxy-arm64

0 Bytes
Binary file not shown.

binary/dnscrypt-proxy-i386

0 Bytes
Binary file not shown.

binary/dnscrypt-proxy-x86_64

0 Bytes
Binary file not shown.

config/dnscrypt-proxy.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
##
3030
## Remove the leading # first to enable this; lines starting with # are ignored.
3131

32-
server_names = ['altername', 'ams-dnscrypt-nl', 'd0wn-tz-ns1', 'dct-at1', 'dct-de1', 'dct-nl1', 'dns.watch', 'dnscrypt.be', 'dnscrypt.ca-1', 'dnscrypt.ca-2', 'dnscrypt.pl', 'dnscrypt.uk-ipv4', 'dnswarden-uncensor-dc-swiss', 'meganerd', 'openinternet', 'plan9dns-fl', 'plan9dns-mx', 'plan9dns-nj', 'pryv8boi', 'sby-limotelu', 'scaleway-ams', 'scaleway-fr', 'serbica', 'starrydns', 'techsaviours.org-dnscrypt', 'v.dnscrypt.uk-ipv4']
32+
server_names = ['altername', 'ams-dnscrypt-nl', 'd0wn-tz-ns1', 'dct-at1', 'dct-de1', 'dct-nl1', 'dct-ru1', 'dns.watch', 'dnscrypt.be', 'dnscrypt.ca-1', 'dnscrypt.ca-2', 'dnscrypt.pl', 'dnscrypt.uk-ipv4', 'dnswarden-uncensor-dc-swiss', 'meganerd', 'openinternet', 'plan9dns-fl', 'plan9dns-mx', 'plan9dns-nj', 'pryv8boi', 'sby-limotelu', 'scaleway-ams', 'scaleway-fr', 'serbica', 'starrydns', 'techsaviours.org-dnscrypt', 'v.dnscrypt.uk-ipv4']
3333

3434

3535
## List of local addresses and ports to listen to. Can be IPv4 and/or IPv6.
@@ -815,6 +815,7 @@ fragments_blocked = ['cisco', 'cisco-ipv6', 'cisco-familyshield', 'cisco-familys
815815
{ server_name='dct-at1', via=['anon-cs-austria', 'anon-techsaviours.org'] },
816816
{ server_name='dct-de1', via=['anon-cs-de', 'anon-techsaviours.org'] },
817817
{ server_name='dct-nl1', via=['anon-meganerd', 'anon-scaleway-ams'] },
818+
{ server_name='dct-ru1', via=['anon-cs-czech', 'anon-techsaviours.org'] },
818819
{ server_name='dns.watch', via=['anon-cs-de', 'anon-techsaviours.org'] },
819820
{ server_name='dnscrypt.be', via=['anon-cs-belgium', 'anon-serbica'] },
820821
{ server_name='dnscrypt.ca-1', via=['anon-cs-il', 'anon-openinternet'] },

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.3 *"
4+
ui_print "* 2.1.4 *"
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.3
4-
versionCode=210300
3+
version=2.1.4
4+
versionCode=210400
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.3
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.4
77
updateJson=https://raw.githubusercontent.com/quindecim/dnscrypt-proxy-android/master/update.json

update.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"version": "2.1.3",
3-
"versionCode": 210300,
4-
"zipUrl": "https://github.com/quindecim/dnscrypt-proxy-android/releases/download/2.1.3/dnscrypt-proxy-android-v2.1.3.zip",
5-
"changelog": "https://raw.githubusercontent.com/quindecim/dnscrypt-proxy-android/2.1.3/CHANGELOG.md"
2+
"version": "2.1.4",
3+
"versionCode": 210400,
4+
"zipUrl": "https://github.com/quindecim/dnscrypt-proxy-android/releases/download/2.1.4/dnscrypt-proxy-android-v2.1.4.zip",
5+
"changelog": "https://raw.githubusercontent.com/quindecim/dnscrypt-proxy-android/2.1.4/CHANGELOG.md"
66
}

0 commit comments

Comments
 (0)