Skip to content
This repository has been archived by the owner on Aug 27, 2021. It is now read-only.

ssro/docker-unbound

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-unbound

Docker Repository on Quay

"Quick and dirty" DNS cache server powered by Unbound on Docker

unbound docker

How To Use:

  1. Clone the repo
  2. Make changes in unbound.conf to reflect your network setup and performance
  3. docker build -t unbound-cache .
  4. docker run -d --name unbound -p 53:53 -p 53:53/udp --cap-add=NET_ADMIN --cap-add=NET_BIND_SERVICE unbound-cache
  5. 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