A simple and streamlined installation of djbdns tinydns. Your best option for running a DNS server.
1.0K
This is a docker image to run a djbdns DNS server for publishing public DNS records on the internet, or "tinydns". Not to be confused with a DNS cache for a local area network. That's the other form of djbdns.
tinydns service directory is /srv/dns/srv/dns/root/datamake is run when the container starts (this rebuilds the DNS entry index)/rebuild.sh on the container to make the changes take effect:
docker exec [ CONTAINER NAME OR ID ] /rebuild.shdocker run -v `pwd`/test.dns:/srv/dns/root/data -p 53:53/tcp -p 53:53/udp xcsrz/just-djbdns
version: "3"
services:
dns:
image: xcsrz/just-djbdns
volumes:
- ./dns.data:/srv/dns/root/data
ports:
- 53:53/tcp
- 53:53/udp
Content type
Image
Digest
Size
54 MB
Last updated
almost 9 years ago
docker pull xcsrz/just-tinydns