Blocky
Fast and lightweight DNS proxy (like Pi-hole) as ad-blocker for local network with many features.
Directory Structure
- .env
- docker-compose.yml
docker-compose.yml
version: "2.1"
services:
blocky:
image: spx01/blocky
container_name: blocky
restart: unless-stopped
# Optional the instance hostname for logging purpose
hostname: blocky-hostname
ports:
- "53:53/tcp"
- "53:53/udp"
- "4000:4000/tcp"
environment:
- TZ=Europe/Berlin # Optional to synchronize the log timestamp with host
volumes:
# Optional to synchronize the log timestamp with host
- /etc/localtime:/etc/localtime:ro
# config file
- ./config.yml:/app/config.ymlResources
Website: https://0xerr0r.github.io/blocky/
GitHub: https://github.com/0xERR0R/blocky
Docker Hub: https://hub.docker.com/r/spx01/blocky
Configuration: https://0xerr0r.github.io/blocky/latest/installation/