From fe4ef5476f11a55e63561c22dbba3d373324f33e Mon Sep 17 00:00:00 2001 From: casjay Date: Tue, 10 Jun 2025 08:02:19 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=83=EF=B8=8F=20Committing=20everything?= =?UTF-8?q?=20that=20changed=20=F0=9F=97=83=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit rootfs/usr/local/etc/docker/init.d/02-named.sh --- rootfs/usr/local/etc/docker/init.d/02-named.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/rootfs/usr/local/etc/docker/init.d/02-named.sh b/rootfs/usr/local/etc/docker/init.d/02-named.sh index 12147a3..2a93eb4 100755 --- a/rootfs/usr/local/etc/docker/init.d/02-named.sh +++ b/rootfs/usr/local/etc/docker/init.d/02-named.sh @@ -170,10 +170,13 @@ KEY_CERTBOT="${KEY_CERTBOT:-$(__certbot_key || __tsig_key sha512)}" # Additional variables DNS_TYPE="${DNS_TYPE:-primary}" DNS_REMOTE_SERVER="${DNS_REMOTE_SERVER:-}" -DNS_SERVER_PRIMARY="${DNS_SERVER_PRIMARY:-127.0.0.1}" +DNS_SERVER_PRIMARY="${DNS_SERVER_PRIMARY:-}" DNS_SERVER_SECONDARY="${DNS_SERVER_SECONDARY:-}" +# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - DNS_SERVER_TRANSFER_IP="${DNS_SERVER_TRANSFER_IP:-}" # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +DNS_SERVER_SECONDARY="$(echo "${DNS_SERVER_SECONDARY:-$DNS_SERVER_TRANSFER_IP}" | sed 's|,|;|g;s| |; |g;s|;$||g;s| $||g')" +# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # Specifiy custom directories to be created ADD_APPLICATION_FILES="" ADD_APPLICATION_DIRS=""