A Blocklist aggregator using github actions.
Finding a good collection of up to date and effective Blocklists has always been a significant issue when using blocking tools like Pi-Hole and uBlock Origin. There are a lot of big and small blacklists on the internet that all lack to some extent. The intent of this project is to generate and distribute up to date composite blacklists using the tools Make, Github Actions and Github Pages.
The project is built in 2 parts: The Blocklists and the Web Page.
The Blocklists can be generated using
make
make default
The Jekyl page can be generated using
make generate_site
Everything is cleaned up using
make clean
Feel free to open pull requests. When adding new domains it would be preferable to give a reason for the addition.