From: Mark Andrews Date: Sat, 15 Oct 2016 21:15:15 +0000 (+1100) Subject: add managed keys to view section X-Git-Tag: v9.12.0a1~722 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=7551ec1ebe25600dc552b9dcfa58088adbaacc58;p=thirdparty%2Fbind9.git add managed keys to view section --- diff --git a/bin/named/named.conf.docbook b/bin/named/named.conf.docbook index 67310755a63..5b489e7ebbf 100644 --- a/bin/named/named.conf.docbook +++ b/bin/named/named.conf.docbook @@ -455,6 +455,11 @@ view string optional_class ... }; + managed-keys { + domain_name initial-key flags protocol algorithm key; + ... + }; + allow-recursion { address_match_element; ... }; allow-recursion-on { address_match_element; ... }; sortlist { address_match_element; ... };