(Translated by https://www.hiragana.jp/)
GitHub - lp-lab/dockerDNS: Caching DNS on various flavor of Linux; Docker container.
Skip to content

lp-lab/dockerDNS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Alpine/unbound based image.

Run:

docker run --name dnsalpine -d --restart=always --publish <ip>:53:53/tcp \
  --publish <ip>:53:53/udp \
  --publish <ip>:443:443/tcp \
  --volume /etc/localtime:/etc/localtime \
  --volume /srv/docker/alpinedns:/data \
  --env ROOT_PASSWORD=<password> \
  --env TIMEZONE="<your/timezone>" \
  lplab/dockerdns:latest