mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-09 02:02:06 -04:00
Merge branch '1842-correct-the-bind-arm-to-say-that-the-default-session-key-for-use-with-update-policy-local-is' into 'master'
Resolve "Correct the BIND ARM to say that the default session-key for use with 'update-policy local;' is generated at startup" Closes #1842 See merge request isc-projects/bind9!3664
This commit is contained in:
commit
1540e42449
1 changed files with 2 additions and 2 deletions
|
|
@ -5574,8 +5574,8 @@ configuration error to specify both ``allow-update`` and
|
|||
``update-policy`` at the same time.
|
||||
|
||||
A pre-defined ``update-policy`` rule can be switched on with the command
|
||||
``update-policy local;``. Using this in a zone causes ``named`` to
|
||||
generate a TSIG session key when starting and store it in a file;
|
||||
``update-policy local;``. ``named`` automatically
|
||||
generates a TSIG session key when starting and stores it in a file;
|
||||
this key can then be used by local clients to update the zone while
|
||||
``named`` is running. By default, the session key is stored in the file
|
||||
``/var/run/named/session.key``, the key name is "local-ddns", and the
|
||||
|
|
|
|||
Loading…
Reference in a new issue