Files
Compose-Files/Docker-Compose/bind9/files/config/tsig.key
T
2026-07-23 19:38:14 -04:00

7 lines
128 B
Plaintext

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