mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 15:39:59 -04:00
add managed keys to view section
(cherry picked from commit 7551ec1ebe)
This commit is contained in:
parent
3fe7c625ff
commit
2e0d02503c
1 changed files with 5 additions and 0 deletions
|
|
@ -455,6 +455,11 @@ view <replaceable>string</replaceable> <replaceable>optional_class</replaceable>
|
|||
<optional>...</optional>
|
||||
};
|
||||
|
||||
managed-keys {
|
||||
<replaceable>domain_name</replaceable> <constant>initial-key</constant> <replaceable>flags</replaceable> <replaceable>protocol</replaceable> <replaceable>algorithm</replaceable> <replaceable>key</replaceable>;
|
||||
<optional>...</optional>
|
||||
};
|
||||
|
||||
allow-recursion { <replaceable>address_match_element</replaceable>; ... };
|
||||
allow-recursion-on { <replaceable>address_match_element</replaceable>; ... };
|
||||
sortlist { <replaceable>address_match_element</replaceable>; ... };
|
||||
|
|
|
|||
Loading…
Reference in a new issue