mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
Merge branch '2556-fix-documentation-for-the-max-ixfr-ratio-option' into 'main'
Fix documentation for the "max-ixfr-ratio" option Closes #2556 See merge request isc-projects/bind9!4787
This commit is contained in:
commit
77ac8db0c6
1 changed files with 6 additions and 3 deletions
|
|
@ -1121,11 +1121,14 @@ default is used.
|
|||
used instead of the new format.)
|
||||
|
||||
``max-ixfr-ratio``
|
||||
This sets the size threshold (expressed as a percentage of the size of the full
|
||||
zone) beyond which ``named`` chooses to use an AXFR response rather than
|
||||
IXFR when answering zone transfer requests. See
|
||||
This sets the size threshold (expressed as a percentage of the size
|
||||
of the full zone) beyond which ``named`` chooses to use an AXFR
|
||||
response rather than IXFR when answering zone transfer requests. See
|
||||
:ref:`incremental_zone_transfers`.
|
||||
|
||||
The minimum value is ``1%``. The keyword ``unlimited`` disables ratio
|
||||
checking and allows IXFRs of any size. The default is ``100%``.
|
||||
|
||||
``new-zones-directory``
|
||||
This specifies the directory in which to store the configuration
|
||||
parameters for zones added via ``rndc addzone``. By default, this is
|
||||
|
|
|
|||
Loading…
Reference in a new issue