Skip to content
This repository was archived by the owner on Apr 30, 2022. It is now read-only.

AD Blocking using Docker

oznu edited this page Sep 12, 2017 · 1 revision

The oznu/dns-ad-blocker docker image uses the DNS Zone Blacklist to create a DNS based ad blocker for your local network and can run on x86_64 or armhf based (Raspberry Pi) hosts.

Quick Setup:

docker run -d -p 53:53/tcp -p 53:53/udp oznu/dns-ad-blocker

Raspberry Pi:

docker run -d -p 53:53/tcp -p 53:53/udp oznu/dns-ad-blocker:armhf

The container will check for updates to the blacklist every hour. For further configuration options see the full docs:

https://github.com/oznu/docker-dns-ad-blocker/blob/master/README.md

Clone this wiki locally