This GitHub Actions workflow automatically downloads and releases domain blacklists from the University of Toulouse (UT) Capitole.
The workflow performs the following steps:
- Download: Retrieves the latest blacklists archive from UT Capitole
- Extract: Unpacks the downloaded archive
- Process:
- Flattens domain lists from different categories
- Creates three versions of each list:
- Raw domain list
- Domain list prefixed with
0.0.0.0for blocking - Domain list prefixed with
172.16.10.10for routing to specific IP
- Release: Uploads processed lists as a GitHub release
Blacklists are sourced from: https://dsi.ut-capitole.fr/blacklists/
Please refer to the original UT Capitole blacklists for licensing information.