Name change + fix format

This commit is contained in:
d3cim 2024-01-12 23:04:17 +01:00
parent dd0ea90bbb
commit 4b7157ebbd
9 changed files with 33 additions and 33 deletions

View File

@ -632,7 +632,7 @@ state the exclusion of warranty; and each file should have at least
the "copyright" line and a pointer to where the full notice is found.
dnscrypt-proxy-android
Copyright (C) 2020-2023, quindecim
Copyright (C) 2020-2023, d3cim
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@ -652,7 +652,7 @@ Also add information on how to contact you by electronic and paper mail.
If the program does terminal interaction, make it output a short
notice like this when it starts in an interactive mode:
dnscrypt-proxy-android Copyright (C) 2020-2023, quindecim
dnscrypt-proxy-android Copyright (C) 2020-2023, d3cim
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
This is free software, and you are welcome to redistribute it
under certain conditions; type `show c' for details.

View File

@ -1,7 +1,7 @@
# DNSCrypt Proxy 2 for Android
![GitHub release (latest by date)](https://img.shields.io/github/v/release/quindecim/dnscrypt-proxy-android?style=for-the-badge)
![GitHub all releases](https://img.shields.io/github/downloads/quindecim/dnscrypt-proxy-android/total?style=for-the-badge)
![GitHub release (latest by date)](https://img.shields.io/github/v/release/d3cim/dnscrypt-proxy-android?style=for-the-badge)
![GitHub all releases](https://img.shields.io/github/downloads/d3cim/dnscrypt-proxy-android/total?style=for-the-badge)
A flexible DNS proxy, with support for modern encrypted DNS protocols such as [DNSCrypt v2](https://dnscrypt.info/protocol), [DNS-over-HTTPS](https://www.rfc-editor.org/rfc/rfc8484.txt), [Anonymized DNSCrypt](https://github.com/DNSCrypt/dnscrypt-protocol/blob/master/ANONYMIZED-DNSCRYPT.txt) and [ODoH (Oblivious DoH)](https://github.com/DNSCrypt/dnscrypt-resolvers/blob/master/v3/odoh-servers.md).
@ -44,7 +44,7 @@ All the binary files are downloaded from the [official release page](https://git
- `block_ipv6 = true` (immediately respond to IPv6-related queries with an empty response)
- `blocked-names.txt`, `blocked-ips.txt`, `allowed-names.txt` and `allowed-ips.txt` files enabled. (to know more specifics about this, please refer to the [Filters (optional)](https://github.com/quindecim/dnscrypt-proxy-android#filters-optional) section below)
- `blocked-names.txt`, `blocked-ips.txt`, `allowed-names.txt` and `allowed-ips.txt` files enabled. (to know more specifics about this, please refer to the [Filters (optional)](https://github.com/d3cim/dnscrypt-proxy-android#filters-optional) section below)
- `anonymized_dns` feature enabled. (`routes` are indirect ways to reach DNSCrypt servers, each resolver has 2 relays assigned)
@ -54,7 +54,7 @@ All the binary files are downloaded from the [official release page](https://git
## Installation
**1.** Download the latest `dnscrypt-proxy-android-*.zip` file from the [Releases](https://github.com/quindecim/dnscrypt-proxy-android/releases/latest) page and flash it with [Magisk](https://github.com/topjohnwu/Magisk):
**1.** Download the latest `dnscrypt-proxy-android-*.zip` file from the [Releases](https://github.com/d3cim/dnscrypt-proxy-android/releases/latest) page and flash it with [Magisk](https://github.com/topjohnwu/Magisk):
```
Magisk > Modules > Install from storage > dnscrypt-proxy-android-*.zip
@ -74,16 +74,16 @@ For a more detailed configuration you can refer to the [official documentation](
Filters are a powerful set of built-in features, that let you control exactly what domain names and IP addresses your device are allowed to connect to. This can be used to block ads, trackers, malware, or anything you don't want your device to load.
This [module](https://github.com/quindecim/dnscrypt-proxy-android) comes with the [filtering feature](https://github.com/DNSCrypt/dnscrypt-proxy/wiki/Filters) enabled by default, that's why you can see files designed for this operation inside the internal folder. Out of the box these files are empty and are used only to ensure the correct start of `dnscrypt-proxy` service.\
To know more about it you can consult the [official documentation](https://github.com/DNSCrypt/dnscrypt-proxy/wiki/Filters), or in a simpler way through my [block repository](https://github.com/quindecim/block).
This [module](https://github.com/d3cim/dnscrypt-proxy-android) comes with the [filtering feature](https://github.com/DNSCrypt/dnscrypt-proxy/wiki/Filters) enabled by default, that's why you can see files designed for this operation inside the internal folder. Out of the box these files are empty and are used only to ensure the correct start of `dnscrypt-proxy` service.\
To know more about it you can consult the [official documentation](https://github.com/DNSCrypt/dnscrypt-proxy/wiki/Filters), or in a simpler way through my [block repository](https://github.com/d3cim/block).
I'm also providing the `allowed-names.txt` and `blocked-names.txt` files regularly updated at [dnscrypt-proxy-filters | CHANNEL](https://t.me/dnscrypt_proxy_filters). The [sources](https://github.com/quindecim/block#sources) used for this merge are among the hardest on the web.
I'm also providing the `allowed-names.txt` and `blocked-names.txt` files regularly updated at [dnscrypt-proxy-filters | CHANNEL](https://t.me/dnscrypt_proxy_filters). The [sources](https://github.com/d3cim/block#sources) used for this merge are among the hardest on the web.
You can contribute to this blocklist at anytime, opening a [New Issue](https://github.com/quindecim/dnscrypt-proxy-android/issues) here or simply reporting the issue at [dnscrypt-proxy-filters | CHAT](https://t.me/qd_invitations) on [Telegram](https://telegram.org/).
You can contribute to this blocklist at anytime, opening a [New Issue](https://github.com/d3cim/dnscrypt-proxy-android/issues) here or simply reporting the issue at [dnscrypt-proxy-filters | CHAT](https://t.me/qd_invitations) on [Telegram](https://telegram.org/).
## Changelog
- See [CHANGELOG](https://github.com/quindecim/dnscrypt-proxy-android/blob/master/CHANGELOG.md).
- See [CHANGELOG](https://github.com/d3cim/dnscrypt-proxy-android/blob/master/CHANGELOG.md).
## Version numbers

View File

@ -3,10 +3,10 @@
# IP allowlist #
##############################
## Author : quindecim : https://github.com/quindecim
## https://git.nixnet.services/quindecim
## Author : d3cim : https://github.com/d3cim
## https://git.nixnet.services/d3cim
##
## License : GPLv3 : https://github.com/quindecim/block/blob/master/LICENSE.md
## License : GPLv3 : https://github.com/d3cim/block/blob/master/LICENSE.md
##
##
## DO NOT DELETE THIS FILE !!
@ -14,4 +14,4 @@
## This file is required by dnscrypt-proxy to work properly, you can use it to filter your content on the web, otherwise forget about it.
##
## More info at: https://github.com/DNSCrypt/dnscrypt-proxy/wiki/Filters
## https://github.com/quindecim/block
## https://github.com/d3cim/block

View File

@ -3,10 +3,10 @@
# Allowlist #
###########################
## Author : quindecim : https://github.com/quindecim
## https://git.nixnet.services/quindecim
## Author : d3cim : https://github.com/d3cim
## https://git.nixnet.services/d3cim
##
## License : GPLv3 : https://github.com/quindecim/block/blob/master/LICENSE.md
## License : GPLv3 : https://github.com/d3cim/block/blob/master/LICENSE.md
##
##
## DO NOT DELETE THIS FILE !!
@ -14,4 +14,4 @@
## This file is required by dnscrypt-proxy to work properly, you can use it to filter your content on the web, otherwise forget about it.
##
## More info at: https://github.com/DNSCrypt/dnscrypt-proxy/wiki/Filters
## https://github.com/quindecim/block
## https://github.com/d3cim/block

View File

@ -3,12 +3,12 @@
# IP blocklist #
##############################
## Author : quindecim : https://github.com/quindecim
## https://git.nixnet.services/quindecim
## Author : d3cim : https://github.com/d3cim
## https://git.nixnet.services/d3cim
##
## Based on : DNSCrypt : Rebind Protection : https://github.com/DNSCrypt/dnscrypt-proxy/wiki/Filters#dns-rebind-protection
## Based on : DNSCrypt : Rebind Protection : https://github.com/DNSCrypt/dnscrypt-proxy/wiki/Filters#dns-rebind-protection
##
## License : GPLv3 : https://github.com/quindecim/block/blob/master/LICENSE.md
## License : GPLv3 : https://github.com/d3cim/block/blob/master/LICENSE.md
##
##
## DO NOT DELETE THIS FILE !!
@ -16,7 +16,7 @@
## This file is required by dnscrypt-proxy to work properly, you can use it to filter your content on the web, otherwise forget about it.
##
## More info at: https://github.com/DNSCrypt/dnscrypt-proxy/wiki/Filters
## https://github.com/quindecim/block
## https://github.com/d3cim/block
# Blocklist from [https://github.com/DNSCrypt/dnscrypt-proxy/wiki/Filters#dns-rebinding-protection]
# Localhost rebind protection

View File

@ -3,10 +3,10 @@
# Blocklist #
###########################
## Author : quindecim : https://github.com/quindecim
## https://git.nixnet.services/quindecim
## Author : d3cim : https://github.com/d3cim
## https://git.nixnet.services/d3cim
##
## License : GPLv3 : https://github.com/quindecim/block/blob/master/LICENSE.md
## License : GPLv3 : https://github.com/d3cim/block/blob/master/LICENSE.md
##
##
## DO NOT DELETE THIS FILE !!
@ -14,4 +14,4 @@
## This file is required by dnscrypt-proxy to work properly, you can use it to filter your content on the web, otherwise forget about it.
##
## More info at: https://github.com/DNSCrypt/dnscrypt-proxy/wiki/Filters
## https://github.com/quindecim/block
## https://github.com/d3cim/block

View File

@ -3,7 +3,7 @@
ui_print "* dnscrypt-proxy-android *"
ui_print "* 2.1.5 *"
ui_print "******************************"
ui_print "* quindecim *"
ui_print "* d3cim *"
ui_print "******************************"
ui_print " "

View File

@ -2,6 +2,6 @@ id=dnscrypt-proxy-android
name=DNSCrypt-Proxy 2
version=2.1.5
versionCode=210500
author=quindecim
author=d3cim
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.5
updateJson=https://raw.githubusercontent.com/quindecim/dnscrypt-proxy-android/master/update.json
updateJson=https://raw.githubusercontent.com/d3cim/dnscrypt-proxy-android/master/update.json

View File

@ -1,6 +1,6 @@
{
"version": "2.1.5",
"versionCode": 210500,
"zipUrl": "https://github.com/quindecim/dnscrypt-proxy-android/releases/download/2.1.5/dnscrypt-proxy-android-v2.1.5.zip",
"changelog": "https://raw.githubusercontent.com/quindecim/dnscrypt-proxy-android/2.1.5/CHANGELOG.md"
"zipUrl": "https://github.com/d3cim/dnscrypt-proxy-android/releases/download/2.1.5/dnscrypt-proxy-android-v2.1.5.zip",
"changelog": "https://raw.githubusercontent.com/d3cim/dnscrypt-proxy-android/2.1.5/CHANGELOG.md"
}