From 022165c03cf27884a4bb186f7ba3749b04fb925c Mon Sep 17 00:00:00 2001 From: quindecim Date: Mon, 25 Oct 2021 23:08:24 +0200 Subject: [PATCH] Update 'README.md' --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e5ba083..6451edc 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,11 @@ 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. -- __domains-blocklist.conf:__ it's used to configure the sources to merge during the process. +- __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 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. -- __example-blocklist.txt:__ it contains valid name patterns for this purpose. -- __generate-domains-blocklist.py:__ it's the script used to launch the generation process. +- __generate-domains-blocklist.py:__ it's the script used to launch the build process. ## Sources