From 5152ca9bfc87889e3a65eefaf36cf1c236fce3cb Mon Sep 17 00:00:00 2001 From: casjay Date: Tue, 27 Aug 2024 15:19:34 -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/00-named.sh --- rootfs/usr/local/etc/docker/init.d/00-named.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rootfs/usr/local/etc/docker/init.d/00-named.sh b/rootfs/usr/local/etc/docker/init.d/00-named.sh index ea05d9a..7a30278 100755 --- a/rootfs/usr/local/etc/docker/init.d/00-named.sh +++ b/rootfs/usr/local/etc/docker/init.d/00-named.sh @@ -158,9 +158,9 @@ user_pass="${NAMED_USER_PASS_WORD:-}" # normal user password # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # Additional predefined variables DNS_SERIAL="$(date +'%Y%m%d%S')" -KEY_DHCP="${KEY_DHCP:-$(__dhcp_key || __tsig_key sha256)}" -KEY_RNDC="${KEY_RNDC:-$(__rndc_key || __tsig_key sha256)}" -KEY_BACKUP="${KEY_BACKUP:-$(__backup_key || __tsig_key sha256)}" +KEY_DHCP="${KEY_DHCP:-$(__dhcp_key || __tsig_key sha512)}" +KEY_RNDC="${KEY_RNDC:-$(__rndc_key || __tsig_key sha512)}" +KEY_BACKUP="${KEY_BACKUP:-$(__backup_key || __tsig_key sha512)}" KEY_CERTBOT="${KEY_CERTBOT:-$(__certbot_key || __tsig_key sha512)}" DNS_ZONE_FILE="$ETC_DIR/zones.conf" # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -