separate key

This commit is contained in:
2025-10-26 21:35:37 +01:00
parent 6456761b65
commit ef089287ce
4 changed files with 9 additions and 59 deletions

View File

@@ -28,11 +28,8 @@ options {
allow-transfer { none; };
};
// TSIG Key for secure transfers
key "transfer-key" {
algorithm hmac-sha256;
secret "REPLACE_WITH_YOUR_BASE64_ENCODED_KEY";
};
// TSIG Key for secure transfers (loaded from separate file)
include "/etc/named/keys/transfer-key.conf";
// ACL for secondary servers
acl "secondaries" {