mirror of https://github.com/d3cim/block.git
|
|
||
|---|---|---|
| config | ||
| LICENSE.md | ||
| README.md | ||
| allowed-names.txt | ||
README.md
block
A collection of domains, wildcards and substrings designed for dnscrypt-proxy filter method.
- allowed-names.txt: it's the file used to bypass a specific domain blocked by a rule contained in the
blocked-names.txtfile. - domains-blocklist.conf: it's used to configure the sources to merge during the build process.
- domains-blocklist-local-additions.txt: it's used during the generation process to add your own additions and remove duplicates from the sources.
- domains-allowlist.txt: it's used during the generation process to remove legit domains.
- generate-domains-blocklist.py: it's the script used to launch the build process.
Sources
The domains-blocklist.conf file is set to the extreme variant of the following lists.
blocked-names.txt | regular
| Source | Maintainer(s) | Description | Home Page | RAW Source | License |
|---|---|---|---|---|---|
| Developer Dan: Ads & Tracking | Daniel (lightswitch05) | Block advertisements and tracking. | LINK | RAW | Apache-2.0 |
| Developer Dan: AMP Hosts | Daniel (lightswitch05) | Block Google's Accelerated Mobile Pages (AMP). | LINK | RAW | Apache-2.0 |
| domains-blocklist-local-additions.txt | quindecim | Domains, wildcards and substrings collection. | LINK | RAW | GPLv3 |
| domains-allowlist.txt | quindecim | Legit domains collection. | LINK | RAW | GPLv3 |
| Energized Protection: Core Hosts | Team Boltz | Core of the Energized Proterction lists. | LINK | RAW | MIT |
| Energized Protection: Regional Extension | Team Boltz | Regional annoyance blocking. | LINK | RAW | MIT |
| NoTracking | notracking | A merged list from a variety of other lists. | LINK | RAW | All Rights Reserved |
| OISD: full | Stephan (sjhgvr) | A merged list from a variety of other lists. | LINK | RAW | All Rights Reserved |
| OISD: extra | Stephan (sjhgvr) | OISD's controversial domains list. | LINK | RAW | All Rights Reserved |
| Zelo72: Multi | Gerd Zelo | A merged list from a variety of other lists. | LINK | RAW | The Unlicense |
blocked-names.txt | extreme
| Source | Maintainer(s) | Description | Home Page | RAW Source | License |
|---|---|---|---|---|---|
| Developer Dan: Ads & Tracking | Daniel (lightswitch05) | Block advertisements and tracking. | LINK | RAW | Apache-2.0 |
| Developer Dan: AMP Hosts | Daniel (lightswitch05) | Block Google's Accelerated Mobile Pages (AMP). | LINK | RAW | Apache-2.0 |
| Developer Dan: Tracking Aggressive | Daniel (lightswitch05) | A very aggressive block list for tracking, geo-targeting and ads. | LINK | RAW | Apache-2.0 |
| domains-blocklist-local-additions.txt | quindecim | Domains, wildcards and substrings collection. | LINK | RAW | GPLv3 |
| domains-allowlist.txt | quindecim | Legit domains collection. | LINK | RAW | GPLv3 |
| Energized Protection: Core Hosts | Team Boltz | Core of the Energized Proterction lists. | LINK | RAW | MIT |
| Energized Protection: Regional Extension | Team Boltz | Regional annoyance blocking. | LINK | RAW | MIT |
| Energized Protection: Xtreme Extension | Team Boltz | Privacy protection at its best. | LINK | RAW | MIT |
| NoTracking | notracking | A merged list from a variety of other lists. | LINK | RAW | All Rights Reserved |
| OISD: full | Stephan (sjhgvr) | A merged list from a variety of other lists. | LINK | RAW | All Rights Reserved |
| OISD: extra | Stephan (sjhgvr) | OISD's controversial domains list. | LINK | RAW | All Rights Reserved |
| Oneoffdallas: DoH Servers List | oneoffdallas | A list of publicly available DNS over HTTPS (DoH) servers. | LINK | RAW | MIT |
| travisboss: The Great Wall DoH | Travis Boss | A list of publicly available DNS over HTTPS (DoH) servers. | LINK | RAW | MIT |
| Zelo72: Big | Gerd Zelo | A merged list from a variety of other lists. | LINK | RAW | The Unlicense |
| Zelo72: Affiliate&Tracking | Gerd Zelo | A merged list from a variety of other lists. | LINK | RAW | The Unlicense |
| Zelo72: ThreatIntelligenceFeeds | Gerd Zelo | A merged list from a variety of other lists. | LINK | RAW | The Unlicense |
blocked-ips.txt
| Source | Maintainer(s) | Description | Home Page | RAW Source | License |
|---|---|---|---|---|---|
| DNSCrypt: Rebind Protection | jedisct1 | DNS rebinding protection | LINK | - | ISC |
Build
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