Unified blocklists - Mirror of https://github.com/litetex/blocklists-unified
- Shell 88.8%
- Dockerfile 11.2%
| .github/workflows | ||
| scripts | ||
| source | ||
| .gitattributes | ||
| .gitignore | ||
| Dockerfile | ||
| LICENSE | ||
| README.md | ||
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"