bundlewrap/bundles/bind/files/keys.conf
Franzi 9d9e33977a
All checks were successful
bundlewrap/pipeline/head This commit looks good
bundles/bind: add
2020-06-05 17:50:45 +02:00

7 lines
126 B
Plaintext

% for key in keys:
key ${key['name']} {
algorithm ${key['algorithm']};
secret "${key['secret']}";
};
% endfor