• Shell 91.1%
  • Dockerfile 8.9%
Find a file
2026-04-25 22:03:43 +02:00
.github/workflows Add force_orphan option 2026-02-08 17:12:38 +01:00
scripts Update init.sh 2026-04-25 21:16:58 +02:00
source Fix allowlist 2026-04-25 22:03:43 +02:00
.gitattributes Init 2026-02-08 16:05:30 +01:00
.gitignore Init 2026-02-08 16:05:30 +01:00
Dockerfile Init 2026-02-08 16:05:30 +01:00
LICENSE Init 2026-02-08 16:05:30 +01:00
README.md Update README.md 2026-02-08 16:06:06 +01:00

Unified DNS blocklists

Build: docker build -t dblu .

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:/out -e OUT_FILE=/out/unified-hosts-blocklist.txt --network=blocklists-net dblu
docker network rm blocklists-net || echo "Failed to remove"