mirror of
https://github.com/casjaysdevdocker/bind
synced 2025-09-19 09:57:41 -04:00
🗃️ Committing everything that changed 🗃️
rootfs/tmp/etc/bind/named.conf rootfs/usr/local/etc/docker/init.d/02-named.sh
This commit is contained in:
@@ -8,7 +8,7 @@ key "backup-key" { algorithm hmac-sha512; secret "REPLACE_KEY_BACKUP"; };
|
||||
#####################################################################
|
||||
# access settings
|
||||
acl "all" { 0.0.0.0/0; ::/0; };
|
||||
acl "secondary" { REPLACE_DNS_SERVER_SECONDARY; };
|
||||
acl "secondary" { REPLACE_DNS_SERVER_SECONDARY };
|
||||
acl "trusted" { 10.0.0.0/8; 127.0.0.0/8; 172.16.0.0/12; 192.168.0.0/16; };
|
||||
acl "updates" { key "dhcp-key"; key "certbot."; };
|
||||
acl "transfers" {key "dhcp-key"; key "certbot."; key "backup-key"; secondary; };
|
||||
@@ -27,9 +27,9 @@ options {
|
||||
max-ncache-ttl 10800;
|
||||
max-udp-size 4096;
|
||||
notify yes;
|
||||
also-notify { REPLACE_DNS_SERVER_SECONDARY; };
|
||||
also-notify { REPLACE_DNS_SERVER_SECONDARY };
|
||||
allow-update { updates; };
|
||||
allow-update-forwarding { REPLACE_DNS_SERVER_SECONDARY; };
|
||||
allow-update-forwarding { REPLACE_DNS_SERVER_SECONDARY };
|
||||
allow-transfer { trusted; };
|
||||
transfer-format many-answers;
|
||||
allow-query { any; };
|
||||
|
Reference in New Issue
Block a user