From 5bb45a378de68b450444f68f01b9cc50db86854b Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Mon, 27 Oct 2025 15:54:51 +0100 Subject: [PATCH] debug --- start.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/start.sh b/start.sh index 42b2050..b6f8961 100755 --- a/start.sh +++ b/start.sh @@ -14,6 +14,8 @@ else echo "Already initialized, skipping initial setup." fi +echo "Files in BIND configuration directory:" +find /etc/named echo "Starting BIND server..." exec /usr/sbin/named -f -g -c /etc/named/named.conf