mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-03 22:08:25 -04:00
Merge branch '3422-dnssec-policy-clarifications' into 'main'
Add some clarifications wrt dynamic zones Closes #3422 See merge request isc-projects/bind9!6487
This commit is contained in:
commit
c7146ce90a
1 changed files with 10 additions and 2 deletions
|
|
@ -6659,8 +6659,16 @@ perform dynamic updates to a zone:
|
|||
- :namedconf:ref:`allow-update` - a simple access control list
|
||||
- :namedconf:ref:`update-policy` - fine-grained access control
|
||||
|
||||
In both cases, BIND 9 writes the updates
|
||||
to the zone's filename set in ``file``.
|
||||
In both cases, BIND 9 writes the updates to the zone's filename
|
||||
set in ``file``.
|
||||
|
||||
In the case of a DNSSEC zone, DNSSEC records are also written to
|
||||
the zone's filename, unless ``inline-signing`` is enabled.
|
||||
|
||||
.. note:: The zone file can no longer be manually updated while ``named``
|
||||
is running; it is now necessary to perform :option:`rndc freeze`, edit,
|
||||
and then perform :option:`rndc thaw`. Comments and formatting
|
||||
in the zone file are lost when dynamic updates occur.
|
||||
|
||||
.. namedconf:statement:: update-policy
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue