Files
Compose-Files/Docker/bind9/files/config/tsig.key
T
2026-07-20 09:23:17 -04:00

7 lines
128 B
Plaintext

<%- if tsig_enabled %>
key "tsig-transfer-key" {
algorithm hmac-sha256;
secret "<< tsig_key_secret >>";
};
<%- endif %>