mirror of
https://github.com/casjaysdevdocker/bind
synced 2025-09-18 03:57:49 -04:00
🗃️ Committing everything that changed 🗃️
rootfs/tmp/etc/bind/named.conf
This commit is contained in:
@@ -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; };
|
||||
|
Reference in New Issue
Block a user