mirror of https://github.com/d3cim/block.git
Update 'README.md'
This commit is contained in:
parent
8107dc87ef
commit
022165c03c
|
@ -2,12 +2,11 @@
|
||||||
|
|
||||||
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.
|
||||||
|
|
||||||
- __allowed-names.txt:__ it's the file used to unblock a specific domain blocked by some substring/wildcard contained in the blocklists.
|
- __allowed-names.txt:__ it's the file used to bypass a specific domain blocked by a rule contained in the `blocked-names.txt` file.
|
||||||
- __domains-blocklist.conf:__ it's used to configure the sources to merge during the process.
|
- __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-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.
|
- __domains-allowlist.txt:__ it's used during the generation process to remove legit domains.
|
||||||
- __example-blocklist.txt:__ it contains valid name patterns for this purpose.
|
- __generate-domains-blocklist.py:__ it's the script used to launch the build process.
|
||||||
- __generate-domains-blocklist.py:__ it's the script used to launch the generation process.
|
|
||||||
|
|
||||||
## Sources
|
## Sources
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue