Sign inSign up

roxedus/ts-dnsserver

By roxedus

Updated over 3 years ago

container for TechnitiumSoftware/DnsServer

Image
4

1M+

roxedus/ts-dnsserver repository overview

docker-TechnitiumSoftware-DnsServer

Version GitHub Workflow Status Docker Pulls

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.

Setup

Compose example
  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 example
docker run -p 53:53/udp -p 5380:5380 -v ${PWD}/ts-dnsserver:/config -e PUID=1000 -e PGID=1000 roxedus/ts-dnsserver:latest

Tag summary

Content type

Image

Digest

sha256:c90a19df4

Size

46.2 MB

Last updated

over 3 years ago

docker pull roxedus/ts-dnsserver