mirror of https://github.com/d3cim/block.git
[DOCS] GitHub migration
This commit is contained in:
parent
c57e9fa198
commit
0abb32fb13
|
@ -17,8 +17,8 @@ A collection of domains, wildcards and substrings designed for [`dnscrypt-proxy`
|
|||
Developer Dan: Ads & Tracking | Daniel (lightswitch05) | Block advertisements and tracking. | [LINK](https://github.com/lightswitch05/hosts) | [RAW](https://www.github.developerdan.com/hosts/lists/ads-and-tracking-extended.txt) | [Apache-2.0](https://github.com/lightswitch05/hosts/blob/master/LICENSE) |
|
||||
Developer Dan: AMP Hosts | Daniel (lightswitch05) | Block Google's Accelerated Mobile Pages (AMP). | [LINK](https://github.com/lightswitch05/hosts) | [RAW](https://www.github.developerdan.com/hosts/lists/amp-hosts-extended.txt) | [Apache-2.0](https://github.com/lightswitch05/hosts/blob/master/LICENSE) |
|
||||
Developer Dan: Tracking Aggressive | Daniel (lightswitch05) | A very aggressive block list for tracking, geo-targeting and ads. | [LINK](https://github.com/lightswitch05/hosts) | [RAW](https://www.github.developerdan.com/hosts/lists/tracking-aggressive-extended.txt) | [Apache-2.0](https://github.com/lightswitch05/hosts/blob/master/LICENSE) |
|
||||
domains-blocklist-local-additions.txt | quindecim | Domains, wildcards and substrings collection. | [LINK](https://codeberg.org/quindecim/block) | [RAW](https://codeberg.org/quindecim/block/raw/branch/master/config/domains-blocklist-local-additions.txt) | [GPLv3](https://codeberg.org/quindecim/block/src/branch/master/LICENSE.md) |
|
||||
domains-allowlist.txt | quindecim | Legit domains collection. | [LINK](https://codeberg.org/quindecim/block) | [RAW](https://codeberg.org/quindecim/block/raw/branch/master/config/domains-allowlist.txt) | [GPLv3](https://codeberg.org/quindecim/block/src/branch/master/LICENSE.md) |
|
||||
domains-blocklist-local-additions.txt | quindecim | Domains, wildcards and substrings collection. | [LINK](https://github.com/quindecim) | [RAW](https://raw.githubusercontent.com/quindecim/block/master/config/domains-blocklist-local-additions.txt) | [GPLv3](https://github.com/quindecim/block/blob/master/LICENSE.md) |
|
||||
domains-allowlist.txt | quindecim | Legit domains collection. | [LINK](https://github.com/quindecim) | [RAW](https://raw.githubusercontent.com/quindecim/block/master/config/domains-allowlist.txt) | [GPLv3](https://github.com/quindecim/block/blob/master/LICENSE.md) |
|
||||
Energized Protection: Core Hosts | Team Boltz | Core of the Energized Proterction lists. | [LINK](https://energized.pro/) | [RAW](https://raw.githubusercontent.com/AdroitAdorKhan/EnergizedProtection/master/core/hosts) | [MIT](https://github.com/EnergizedProtection/block/blob/master/LICENSE) |
|
||||
Energized Protection: Regional Extension | Team Boltz | Regional annoyance blocking. | [LINK](https://energized.pro/) | [RAW](https://block.energized.pro/extensions/regional/formats/domains.txt) | [MIT](https://github.com/EnergizedProtection/block/blob/master/LICENSE) |
|
||||
Energized Protection: Xtreme Extension | Team Boltz | Privacy protection at its best. | [LINK](https://energized.pro/) | [RAW](https://block.energized.pro/extensions/xtreme/formats/domains.txt) | [MIT](https://github.com/EnergizedProtection/block/blob/master/LICENSE) |
|
||||
|
@ -39,4 +39,4 @@ DNSCrypt: Rebind Protection | jedisct1 | DNS rebinding protection | [LINK](https
|
|||
To generate your own list you can clone this repo, move into the `config` folder, edit files according to your needs and run this command:
|
||||
```
|
||||
python3 generate-domains-blocklist.py > list.txt.tmp && mv -f list.txt.tmp list
|
||||
```
|
||||
```
|
||||
|
|
|
@ -3,16 +3,17 @@
|
|||
# Allowlist #
|
||||
###########################
|
||||
|
||||
## Author : quindecim : https://codeberg.org/quindecim
|
||||
## https://git.nixnet.services/quindecim
|
||||
## Author : quindecim : https://github.com/quindecim
|
||||
## https://codeberg.org/quindecim
|
||||
## https://git.nixnet.services/quindecim
|
||||
##
|
||||
## Based on : XIU2 : https://raw.githubusercontent.com/XIU2/TrackersListCollection/master/all.txt
|
||||
## quindecim : https://codeberg.org/quindecim/dnscrypt-proxy-android/raw/branch/master/config/allowed-names.txt
|
||||
## Based on : XIU2 : https://raw.githubusercontent.com/XIU2/TrackersListCollection/master/all.txt
|
||||
## quindecim : https://codeberg.org/quindecim/dnscrypt-proxy-android/raw/branch/master/config/allowed-names.txt
|
||||
##
|
||||
## License : GPLv3 : https://codeberg.org/quindecim/dnscrypt-proxy-android/src/branch/master/LICENSE.md
|
||||
## License : GPLv3 : https://codeberg.org/quindecim/dnscrypt-proxy-android/src/branch/master/LICENSE.md
|
||||
##
|
||||
##
|
||||
## Version : 2022.01.31
|
||||
## Version : 2022.01.31
|
||||
|
||||
|
||||
# Torrent trackers
|
||||
|
|
Loading…
Reference in New Issue