mirror of
https://github.com/casjaysdevdocker/bind
synced 2024-11-22 05:23:09 -05:00
🗃️ Committing everything that changed 🗃️
rootfs/tmp/etc/bind/named.conf
This commit is contained in:
parent
5152ca9bfc
commit
db7f5d37a0
@ -4,7 +4,7 @@
|
|||||||
key "dhcp-key" { algorithm hmac-sha512; secret "REPLACE_KEY_DHCP"; };
|
key "dhcp-key" { algorithm hmac-sha512; secret "REPLACE_KEY_DHCP"; };
|
||||||
key "rndc-key" { algorithm hmac-sha512; secret "REPLACE_KEY_RNDC"; };
|
key "rndc-key" { algorithm hmac-sha512; secret "REPLACE_KEY_RNDC"; };
|
||||||
key "certbot." { algorithm hmac-sha512; secret "REPLACE_KEY_CERTBOT"; };
|
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
|
# access settings
|
||||||
acl "all" { 0.0.0.0/0; ::/0; };
|
acl "all" { 0.0.0.0/0; ::/0; };
|
||||||
|
Loading…
Reference in New Issue
Block a user