Files
bind/transfer-key.conf
2025-10-26 21:35:37 +01:00

7 lines
203 B
Plaintext

// TSIG Key Configuration
// This file should have restricted permissions (600, owned by named user)
key "transfer-key" {
algorithm hmac-sha256;
secret "REPLACE_WITH_YOUR_BASE64_ENCODED_KEY";
};