mirror of https://github.com/d3cim/block.git
[UPDATE] - Use python3 + fixed raw links
This commit is contained in:
parent
62ff63fb9f
commit
a4a89dd0f9
|
@ -18,8 +18,8 @@ Updated sources from the following locations are always merged and included.
|
||||||
| Source | Maintainer(s) | Description | Home Page | RAW Source | License |
|
| 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 |
|
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-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/domains-allowlist.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
|
#### 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:
|
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
|
## Notice
|
||||||
|
|
Loading…
Reference in New Issue