🗃️ Committing everything that changed 🗃️

rootfs/usr/local/etc/docker/init.d/02-named.sh
This commit is contained in:
casjay 2024-09-22 16:49:15 -04:00
parent dc25044faa
commit 2147b74875
Signed by untrusted user who does not match committer: jason
GPG Key ID: 1AB309F42A764145

View File

@ -337,8 +337,10 @@ zone "$domain_name" {
type master; type master;
notify yes; notify yes;
also-notify { $DNS_SERVER_SECONDARY; }; also-notify { $DNS_SERVER_SECONDARY; };
update-policy { grant ddns-key zonesub ANY; };
allow-transfer { any; key "backup-key"; trusted; }; allow-transfer { any; key "backup-key"; trusted; };
allow-update {key "certbot."; key "dhcp-key"; trusted; }; allow-update {key "certbot."; key "dhcp-key"; trusted; key "ddns-key" };
file "$VAR_DIR/primary/$file_name"; file "$VAR_DIR/primary/$file_name";
}; };
# ********** end $domain_name ********** # ********** end $domain_name **********