You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
zone <%= @name %> {
|
|
type master;
|
|
file "/var/lib/bind/zones/<%= @name %>/zone.db";
|
|
|
|
# look for dnssec keys here:
|
|
key-directory "/etc/bind/keys/<%= @name %>";
|
|
|
|
# publish and activate dnssec keys:
|
|
auto-dnssec maintain;
|
|
|
|
# use inline signing:
|
|
inline-signing yes;
|
|
};
|