diff --git a/README.md b/README.md index d641431..efb02e8 100644 --- a/README.md +++ b/README.md @@ -18,8 +18,8 @@ Updated sources from the following locations are always merged and included. | Source | Maintainer(s) | Description | Home Page | RAW Source | License | |--------|:-------------:|-------------|:---------:|:----------:|:-------:| OISD | sjhgvr | A merged domain list from a variety of other lists | [LINK](https://oisd.nl/) | [RAW](https://dbl.oisd.nl/) | All Rights Reserved | - domains-blocklist-local-additions.txt | quindecim | Domains, wildcards and substrings collection | [LINK](https://git.nixnet.services/quindecim/block) | [RAW](https://git.nixnet.services/quindecim/block/raw/branch/master/domains-blocklist-local-additions.txt) | GPLv3 | - domains-allowlist.txt | quindecim | Legit domains collection | [LINK](https://git.nixnet.services/quindecim/block) | [RAW](https://git.nixnet.services/quindecim/block/raw/branch/master/domains-allowlist.txt) | GPLv3 | + domains-blocklist-local-additions.txt | quindecim | Domains, wildcards and substrings collection | [LINK](https://git.nixnet.services/quindecim/block) | [RAW](https://git.nixnet.services/quindecim/block/raw/branch/master/config/domains-blocklist-local-additions.txt) | GPLv3 | + domains-allowlist.txt | quindecim | Legit domains collection | [LINK](https://git.nixnet.services/quindecim/block) | [RAW](https://git.nixnet.services/quindecim/block/raw/branch/master/config/domains-allowlist.txt) | GPLv3 | #### blocked-ips.txt @@ -32,7 +32,7 @@ Energized: IP Extension | Energized Team | Malicious IP protection | [LINK](http 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 +python3 generate-domains-blocklist.py > list.txt.tmp && mv -f list.txt.tmp list ``` ## Notice