mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
Deduplicate request-expire definition in the ARM
(cherry picked from commit 6e634c43cd)
This commit is contained in:
parent
8af0d9eca7
commit
df2c19c19b
1 changed files with 8 additions and 11 deletions
|
|
@ -2302,7 +2302,13 @@ Boolean Options
|
||||||
|
|
||||||
.. namedconf:statement:: request-expire
|
.. namedconf:statement:: request-expire
|
||||||
|
|
||||||
See the description of ``request-expire`` in :ref:`server_statement_definition_and_usage`.
|
The ``request-expire`` statement determines whether the local server, when
|
||||||
|
acting as a secondary, requests the EDNS EXPIRE value. The EDNS EXPIRE
|
||||||
|
value indicates the remaining time before the zone data expires and
|
||||||
|
needs to be refreshed. This is used when a secondary server transfers
|
||||||
|
a zone from another secondary server; when transferring from the
|
||||||
|
primary, the expiration timer is set from the EXPIRE field of the SOA
|
||||||
|
record instead. The default is ``yes``.
|
||||||
|
|
||||||
.. namedconf:statement:: match-mapped-addresses
|
.. namedconf:statement:: match-mapped-addresses
|
||||||
|
|
||||||
|
|
@ -5132,16 +5138,6 @@ any top-level ``server`` statements are used as defaults.
|
||||||
as bogus prevents further queries to it. The default value of
|
as bogus prevents further queries to it. The default value of
|
||||||
``bogus`` is ``no``.
|
``bogus`` is ``no``.
|
||||||
|
|
||||||
.. namedconf:statement:: request-expire
|
|
||||||
|
|
||||||
The ``request-expire`` clause determines whether the local server, when
|
|
||||||
acting as a secondary, requests the EDNS EXPIRE value. The EDNS EXPIRE
|
|
||||||
value indicates the remaining time before the zone data expires and
|
|
||||||
needs to be refreshed. This is used when a secondary server transfers
|
|
||||||
a zone from another secondary server; when transferring from the
|
|
||||||
primary, the expiration timer is set from the EXPIRE field of the SOA
|
|
||||||
record instead. The default is ``yes``.
|
|
||||||
|
|
||||||
.. namedconf:statement:: edns
|
.. namedconf:statement:: edns
|
||||||
|
|
||||||
The ``edns`` clause determines whether the local server attempts to
|
The ``edns`` clause determines whether the local server attempts to
|
||||||
|
|
@ -5210,6 +5206,7 @@ and :namedconf:ref:`options` blocks:
|
||||||
- :namedconf:ref:`provide-ixfr`
|
- :namedconf:ref:`provide-ixfr`
|
||||||
- :namedconf:ref:`query-source-v6`
|
- :namedconf:ref:`query-source-v6`
|
||||||
- :namedconf:ref:`query-source`
|
- :namedconf:ref:`query-source`
|
||||||
|
- :namedconf:ref:`request-expire`
|
||||||
- :namedconf:ref:`request-ixfr`
|
- :namedconf:ref:`request-ixfr`
|
||||||
- :namedconf:ref:`request-nsid`
|
- :namedconf:ref:`request-nsid`
|
||||||
- :namedconf:ref:`send-cookie`
|
- :namedconf:ref:`send-cookie`
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue