Skip to content
Snippets Groups Projects

Zone size limit

Merged Vitezslav Kriz requested to merge zone-size-limit into master
Compare and
24 files
+ 1323
1042
Preferences
Compare changes
Files
24
+ 16
0
@@ -824,6 +824,7 @@ Definition of zones served by the server.
zonefile-sync: TIME
ixfr-from-differences: BOOL
max-journal-size: SIZE
max-zone-size : SIZE
dnssec-signing: BOOL
dnssec-policy: STR
kasp-db: STR
@@ -1007,6 +1008,21 @@ Maximum size of the zone journal file.
*Default:* 2^64
.. _zone_max_zone_size:
max-zone-size
----------------
Maximum size of the zone. The size is measured as size of the zone records
in wire format without compression. The limit is enforced for incoming zone
transfers and dynamic updates.
For incremental transfers (IXFR), the effective limit for the total size of
the records in the transfer is twice the configured value. However the final
size of the zone must satisfy the configured value.
*Default:* 2^64
.. _zone_dnssec-signing:
dnssec-signing