Skip to content
This repository was archived by the owner on Oct 11, 2020. It is now read-only.

Latest commit

 

History

History
35 lines (28 loc) · 1.07 KB

README.md

File metadata and controls

35 lines (28 loc) · 1.07 KB

docker-tsdns

This image is based on solidnerd/docker-tsdns.

Current Version: 3.12.1

Base image: frolvlad/alpine-glibc:alpine-3.11

Getting Started

  1. Copy the tsdns_settings.ini.sample to add your host with
docker run --rm --entrypoint="/bin/sh" krdan/tsdns:3.12.1 -c "cat tsdns_settings.ini.sample" > tsdns_settings.ini
  1. Add your entries in tsdns_settings.ini
public.teamspeak.com=12.13.14.15:10000
  1. Start the container
docker run -d -p 41144:41144 -v $(pwd)/tsdns_settings.ini:/var/tsdns/tsdns_settings.ini:ro --name tsdns krdan/tsdns:3.12.1

Update TSDNS Entries

Edit your file on your Host. After this restart your container with:

docker restart  tsdns

Now the TSDNS resolves your entries.

LICENSE

MIT