diff options
Diffstat (limited to '')
-rw-r--r-- | doc/reference.rst | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/reference.rst b/doc/reference.rst index bbd4586..6cb42f3 100644 --- a/doc/reference.rst +++ b/doc/reference.rst @@ -2436,6 +2436,7 @@ Definition of zones served by the server. master-pin-tolerance: TIME provide-ixfr: BOOL semantic-checks: BOOL | soft + default-ttl: TIME zonefile-sync: TIME zonefile-load: none | difference | difference-no-serial | whole journal-content: none | changes | all @@ -2639,6 +2640,23 @@ Extra checks: *Default:* ``off`` +.. _zone_default-ttl: + +default-ttl +----------- + +The default TTL value if none is specified in a zone file or zone insertion +using the dynamic configuration. + +.. WARNING:: + As changing this value can result in differently parsed zone file(s), + the corresponding zone SOA serial(s) should be incremented before + reloading or commiting the configuration. Alternatively, setting + :ref:`zonefile-load <zone_zonefile-load>` to ``difference-no-serial`` ensures + the resulting zone(s) update is correct. + +*Default:* ``3600`` + .. _zone_zonefile-sync: zonefile-sync |