4ccf277850
This runs bind as a hidden master nameserver so we can do all the keysigning there, and then use nsd (or bind) as public authoritative slaves. Change-Id: Ifb2ad109103051fa13c4af1c7be1ca0ae98bb1a1
5 lines
100 B
Plaintext
5 lines
100 B
Plaintext
key "<%= @name %>" {
|
|
algorithm <%= @key['algorithm'] %>;
|
|
secret "<%= @key['secret'] %>";
|
|
};
|