🗃️ Committing everything that changed 🗃️

rootfs/tmp/etc/bind/named.conf
This commit is contained in:
casjay 2024-08-27 15:25:16 -04:00
parent 5152ca9bfc
commit db7f5d37a0
Signed by untrusted user who does not match committer: jason
GPG Key ID: 1AB309F42A764145

View File

@ -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; };