Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 426 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 426 Bytes

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