Skip to content

Dockerfile with slave DNS based on Alpine Linux and BIND

License

Notifications You must be signed in to change notification settings

ayamshanov/slave-dns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Docker Automated build Docker Build Status

Docker container with slave DNS (dynamic zones)

Alpine Linux
BIND

Usage

To use this container, you will need to provide IP-address of master DNS and rndc key.

docker run -d \
  -e "MASTER_DNS=198.51.100.1" \
  -e "RNDC_KEY=YW5vdGhlci1zZWNyZXQtbWFzdGVyLWtleQ==" \
  -v slave-dns:/var/bind \
  -p 53:53/udp -p 53:53/tcp \
  -p 953:953 \
  ayamshanov/slave-dns

Environment variables

You must configure slave DNS daemon use following environment variables:

MASTER_DNS
RNDC_KEY

About

Dockerfile with slave DNS based on Alpine Linux and BIND

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages