🗃️ Committing everything that changed 🗃️

rootfs/usr/local/etc/docker/init.d/02-named.sh
This commit is contained in:
casjay 2025-05-20 08:50:13 -04:00
parent 85a1eb7cc0
commit ba93326795
Signed by untrusted user who does not match committer: jason
GPG Key ID: 1AB309F42A764145

View File

@ -369,7 +369,7 @@ EOF
zone "$domain_name" {
type slave;
$main_server
file "$VAR_DIR/remote/$file_name";
file "$VAR_DIR/secondary/$file_name";
};
# ********** end $domain_name **********