mirror of https://github.com/d3cim/block.git
Update 'README.md'
This commit is contained in:
parent
e32b3c8728
commit
4c6f45e811
13
README.md
13
README.md
|
@ -3,9 +3,9 @@
|
||||||
A collection of domains, wildcards and substrings designed for [`dnscrypt-proxy`](https://github.com/DNSCrypt/dnscrypt-proxy) filter method.
|
A collection of domains, wildcards and substrings designed for [`dnscrypt-proxy`](https://github.com/DNSCrypt/dnscrypt-proxy) filter method.
|
||||||
|
|
||||||
- __domains-blocklist.conf:__ is used to configure the sources to merge during the process.
|
- __domains-blocklist.conf:__ is used to configure the sources to merge during the process.
|
||||||
- __domains-blocklist-local-additions:__ is used during the generation process to add your own additions and remove duplicates from the sources.
|
- __domains-blocklist-local-additions.txt:__ is used during the generation process to add your own additions and remove duplicates from the sources.
|
||||||
- __domains-allowlist:__ is used during the generation process to remove legit domains.
|
- __domains-allowlist.txt:__ is used during the generation process to remove legit domains.
|
||||||
- __example-blocklist:__ contains valid name patterns for this purpose.
|
- __example-blocklist.txt:__ contains valid name patterns for this purpose.
|
||||||
- __generate-domains-blocklist.py:__ is the script used to launch the generation process.
|
- __generate-domains-blocklist.py:__ is the script used to launch the generation process.
|
||||||
|
|
||||||
### Sources
|
### Sources
|
||||||
|
@ -20,6 +20,13 @@ Energized Xtreme | Energized Team | Blocklist of ads and tracking servers | [LI
|
||||||
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 |
|
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 |
|
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 |
|
||||||
|
|
||||||
|
### 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
|
||||||
|
```
|
||||||
|
|
||||||
### Notice
|
### Notice
|
||||||
|
|
||||||
<table>
|
<table>
|
||||||
|
|
Loading…
Reference in New Issue