Take full control of your local network's DNS traffic with this powerful proxy and ad-blocker. Written in Go, it offers a lightweight yet feature-rich solution for blocking unwanted content, improving performance, and enhancing privacy for all your connected devices. It is designed to be simple to install and configure, running as a single binary or a multi-arch Docker image.
Gain granular control over your network's internet access with advanced features:
services:
blocky:
image: spx01/blocky
container_name: blocky
restart: unless-stopped
ports:
- "53:53/tcp"
- "53:53/udp"
- "4000:4000/tcp"
environment:
- TZ=Etc/UTC
volumes:
- ./config.yml:/app/config.yml# No sensitive environment variables are required for the default configuration.
# If you configure external databases (Redis/PostgreSQL) in config.yml, you may want to pass secrets here.Auto-fetched about 21 hours ago
Auto-fetched about 21 hours ago