SS
ssro/docker-unbound
Unbound caching DNS on docker
docker-unbound
"Quick and dirty" DNS cache server powered by Unbound on Docker
How To Use:
- Clone the repo
- Make changes in
unbound.confto reflect your network setup and performance docker build -t unbound-cache .docker run -d --name unbound -p 53:53 -p 53:53/udp --cap-add=NET_ADMIN --cap-add=NET_BIND_SERVICE unbound-cache- Change your DNS setting to point to your docker host
For the lazy docker run -d --name unbound -p 53:53 -p 53:53/udp --cap-add=NET_ADMIN --cap-add=NET_BIND_SERVICE quay.io/ssro/docker-unbound
Also for the lazy - unbound returns answers to queries from any IP (0.0.0.0/0) if it's used from quay.io. This shouldn't be a problem if you run it behind your firewall for your local LAN
On this page
Contributors
MIT License
Created May 15, 2017
Updated January 28, 2023

