2020-02-22 09:51:02 +00:00
# block
2020-05-19 19:08:04 +00:00
A collection of domains, wildcards and substrings designed for [`dnscrypt-proxy` ](https://github.com/DNSCrypt/dnscrypt-proxy ) filter method.
2020-02-22 10:13:45 +00:00
2020-10-27 09:33:43 +00:00
- __domains-blocklist.conf:__ is used to configure the sources to merge during the process.
2020-10-27 09:54:30 +00:00
- __domains-blocklist-local-additions.txt:__ is used during the generation process to add your own additions and remove duplicates from the sources.
- __domains-allowlist.txt:__ is used during the generation process to remove legit domains.
- __example-blocklist.txt:__ contains valid name patterns for this purpose.
2020-10-27 09:33:43 +00:00
- __generate-domains-blocklist.py:__ is the script used to launch the generation process.
2020-02-22 10:13:45 +00:00
2020-05-19 19:08:04 +00:00
### Sources
2020-05-19 19:10:46 +00:00
Updated sources from the following locations are always merged and included.
2020-05-19 19:08:04 +00:00
| Source | Maintainer(s) | Description | Home Page | RAW Source | License |
|--------|:-------------:|-------------|:---------:|:----------:|:-------:|
Energized Ultimate | Energized Team | A merged domains file from a variety of other lists | [LINK ](https://app.energized.pro/ ) | [RAW ](https://block.energized.pro/ultimate/formats/domains.txt ) | MIT |
Energized Regional | Energized Team | A merged domains file from a variety of other lists | [LINK ](https://app.energized.pro/ ) | [RAW ](https://block.energized.pro/extensions/regional/formats/domains.txt ) | MIT |
Energized Xtreme | Energized Team | Blocklist of ads and tracking servers | [LINK ](https://app.energized.pro/ ) | [RAW ](https://block.energized.pro/extensions/xtreme/formats/domains.txt ) | MIT |
2020-05-20 18:27:43 +00:00
Frogeye 1st-party Trackers | Geoffrey Frogeye | Blocklist of 1st-party trackers | [LINK ](https://hostfiles.frogeye.fr/ ) | [RAW ](https://hostfiles.frogeye.fr/firstparty-trackers.txt ) | All Rights Reserved |
NextDNS 1st-party Trackers | NextDNS | Blocklist of 1st-party trackers | [LINK ](https://nextdns.io/ ) | [RAW ](https://raw.githubusercontent.com/nextdns/cname-cloaking-blocklist/master/domains ) | MIT |
2020-05-19 19:08:04 +00:00
2020-10-27 09:54:30 +00:00
### Build
To generate your own list you can clone this repo, edit files according to your needs and run this command:
```
python generate-domains-blocklist.py > list.txt.tmp & & mv -f list.txt.tmp list
```
2020-05-19 19:08:04 +00:00
### Notice
< table >
< tr >
< td >
2020-07-08 15:15:12 +00:00
When it has reached a stable level the blocklist will be shared here as release.
2020-05-19 19:08:04 +00:00
< / td >
< / tr >
< / table >