]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
add managed keys to view section
authorMark Andrews <marka@isc.org>
Sat, 15 Oct 2016 21:15:15 +0000 (08:15 +1100)
committerMark Andrews <marka@isc.org>
Sat, 15 Oct 2016 21:15:15 +0000 (08:15 +1100)
bin/named/named.conf.docbook

index 67310755a63a00481cfe31f476475f36f01903c0..5b489e7ebbfe0db328241e5f513c7c8049f20934 100644 (file)
@@ -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>; ... };