separate key
This commit is contained in:
@@ -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" {
|
||||
|
||||
Reference in New Issue
Block a user