1
0
Fork 0
  • Shell 88.8%
  • Dockerfile 11.2%
Find a file
2026-04-16 20:42:21 +02:00
.github/workflows Sync 2026-02-08 17:14:46 +01:00
scripts Sync 2026-02-08 17:14:46 +01:00
source Update local.txt 2026-03-17 22:38:52 +01:00
.gitattributes Everything should be LF 2025-11-02 22:53:07 +01:00
.gitignore Create .gitignore 2025-11-02 22:53:07 +01:00
Dockerfile Remove not needed packages 2026-04-16 20:38:52 +02:00
LICENSE Re init repo 2025-11-02 22:53:07 +01:00
README.md Update README.md 2026-04-16 20:42:21 +02:00

Unified (bot) blocklists

Build: docker build -t blu .

Run:

docker network create --ipv6 blocklists-net || echo "Already exists"
docker run --rm -it -v %cd%\source:/workdir -v %cd%\source_cached_remote_lists:/source_cached_remote_lists -v %cd%\out\ipv6:/out -e OUT_FILE=/out/unified.list --network=blocklists-net blu
docker network rm blocklists-net || echo "Failed to remove"