From db7f5d37a04768d98998ab6bf4eadda827dd3d10 Mon Sep 17 00:00:00 2001 From: casjay Date: Tue, 27 Aug 2024 15:25:16 -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/tmp/etc/bind/named.conf --- rootfs/tmp/etc/bind/named.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rootfs/tmp/etc/bind/named.conf b/rootfs/tmp/etc/bind/named.conf index 8d3f227..face26c 100644 --- a/rootfs/tmp/etc/bind/named.conf +++ b/rootfs/tmp/etc/bind/named.conf @@ -4,7 +4,7 @@ key "dhcp-key" { algorithm hmac-sha512; secret "REPLACE_KEY_DHCP"; }; key "rndc-key" { algorithm hmac-sha512; secret "REPLACE_KEY_RNDC"; }; key "certbot." { algorithm hmac-sha512; secret "REPLACE_KEY_CERTBOT"; }; -key "backup-key" { algorithm hmac-sha512; secret "MKEQ/REPLACE_KEY_BACKUP"; }; +key "backup-key" { algorithm hmac-sha512; secret "REPLACE_KEY_BACKUP"; }; ##################################################################### # access settings acl "all" { 0.0.0.0/0; ::/0; };