From b91fc57c091131fb941eb1672c3f37ee35994303 Mon Sep 17 00:00:00 2001 From: Christian Baer <chris@debilux.org> Date: Fri, 16 May 2025 01:53:44 +0200 Subject: [PATCH] Added README --- README.de | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 README.de diff --git a/README.de b/README.de new file mode 100644 index 0000000..3fc48ae --- /dev/null +++ b/README.de @@ -0,0 +1,6 @@ +This runs the nsd name server daemon in a docker container. + +The UID, GID and timezone are configurable via $PUID, $PGID, and $TZ variables (see .env file). +You have to create the config files yourself. + +NSD starts as root but will drop privilegs after that. \ No newline at end of file