mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
Remove ambiguous link anchors for keys statement
Unfortunatelly dnssec-policy and servers blocks use keys statements with a totally different grammar and semantics but the same name. There is no sane way to disambiguate them in text, so let's remove the link anchors to prevent errorneous linking.
This commit is contained in:
parent
caf2675ef8
commit
d6b2423c99
1 changed files with 2 additions and 4 deletions
|
|
@ -5160,8 +5160,7 @@ any top-level ``server`` statements are used as defaults.
|
|||
specified, the limit is set according to the ``transfers-per-ns``
|
||||
option.
|
||||
|
||||
.. namedconf:statement:: keys
|
||||
|
||||
``keys``
|
||||
The option identifies a ``key_id`` defined by the ``key``
|
||||
statement, to be used for transaction security (see :ref:`tsig`)
|
||||
when talking to the remote server. When a request is sent to the remote
|
||||
|
|
@ -5740,8 +5739,7 @@ The following options can be specified in a ``dnssec-policy`` statement:
|
|||
This indicates the TTL to use when generating DNSKEY resource
|
||||
records. The default is 1 hour (3600 seconds).
|
||||
|
||||
.. namedconf:statement:: keys
|
||||
|
||||
``keys``
|
||||
This is a list specifying the algorithms and roles to use when
|
||||
generating keys and signing the zone. Entries in this list do not
|
||||
represent specific DNSSEC keys, which may be changed on a regular
|
||||
|
|
|
|||
Loading…
Reference in a new issue