mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 06:25:31 +00:00
2619. [func] Add support for RFC 5011, automatic trust anchor
maintenance. The new "managed-keys" statement can be used in place of "trusted-keys" for zones which support this protocol. (Note: this syntax is expected to change prior to 9.7.0 final.) [RT #19248]
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
* PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: config.c,v 1.97 2009/06/10 00:27:21 each Exp $ */
|
||||
/* $Id: config.c,v 1.98 2009/06/30 02:52:32 each Exp $ */
|
||||
|
||||
/*! \file */
|
||||
|
||||
@@ -225,6 +225,7 @@ view \"_bind\" chaos {\n\
|
||||
type master;\n\
|
||||
database \"_builtin authors\";\n\
|
||||
};\n\
|
||||
\n\
|
||||
zone \"id.server\" chaos {\n\
|
||||
type master;\n\
|
||||
database \"_builtin id\";\n\
|
||||
@@ -232,6 +233,17 @@ view \"_bind\" chaos {\n\
|
||||
};\n\
|
||||
"
|
||||
|
||||
"#\n\
|
||||
# The \"_meta\" view is for zones that are used to store internal\n\
|
||||
# information for named, such as managed keys. The zones are defined\n\
|
||||
# elsewhere.\n\
|
||||
#\n\
|
||||
view \"_meta\" in {\n\
|
||||
recursion no;\n\
|
||||
notify no;\n\
|
||||
};\n\
|
||||
"
|
||||
|
||||
"#\n\
|
||||
# Default trusted key(s) for builtin DLV support\n\
|
||||
# (used if \"dnssec-lookaside auto;\" is set and\n\
|
||||
|
Reference in New Issue
Block a user