container for TechnitiumSoftware/DnsServer
1M+
Technitium DNS Server is an open source tool that can be used for self hosting a local DNS server for privacy & security or, used for experimentation/testing by software developers on their computer. It works out-of-the-box with no or minimal configuration and provides a user friendly web console accessible using any web browser.
dnsserver:
container_name: ts-dnsserver
image: roxedus/ts-dnsserver:latest
ports:
- 53:53/udp
- 5380:5380
volumes:
- ${PWD}/ts-dnsserver:/config
environment:
- PUID=1000
- PGID=1000
docker run -p 53:53/udp -p 5380:5380 -v ${PWD}/ts-dnsserver:/config -e PUID=1000 -e PGID=1000 roxedus/ts-dnsserver:latest
Content type
Image
Digest
sha256:c90a19df4…
Size
46.2 MB
Last updated
over 3 years ago
docker pull roxedus/ts-dnsserver