8000 GitHub - charlier/pi-secondary-dns: Bind9 running in Docker on a Raspberry Pi (8MB image)
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

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
0