Skip to content

Bind9 running in Docker on a Raspberry Pi (8MB image)

Notifications You must be signed in to change notification settings

charlier/pi-secondary-dns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Pi Secondary DNS

Docker container to run a secondary DNS Server on a Raspberry Pi (or anything ARM based)

Build

docker build -t pi-secondary-dns .

Add your various zones to a zones.conf file (see example for examples)

Run

docker run --rm -v $(pwd)/zones.conf:/etc/bind/zones.conf -p 53:53/tcp -p 53:53/udp pi-secondary-dns

Issues

  • Docker doesn't play nice with IPv6 out of the box

About

Bind9 running in Docker on a Raspberry Pi (8MB image)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published