mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
Merge branch 'pspacek/doc-nsupdate-server-gsstsig-v9_18' into 'v9_18'
Document that nsupdate ignores server command in GSS-TSIG mode [v9_18] See merge request isc-projects/bind9!6925
This commit is contained in:
commit
954ce9fcff
2 changed files with 9 additions and 0 deletions
|
|
@ -216,6 +216,8 @@ The command formats and their meanings are as follows:
|
|||
update requests are sent. If no port number is specified, the default
|
||||
DNS port number of 53 is used.
|
||||
|
||||
.. note:: This command has no effect when GSS-TSIG is in use.
|
||||
|
||||
``local address port``
|
||||
This command sends all dynamic update requests using the local ``address``. When
|
||||
no local statement is provided, :program:`nsupdate` sends updates using
|
||||
|
|
|
|||
|
|
@ -243,6 +243,13 @@ zone\(aqs SOA record identify the primary server for that zone.
|
|||
\fBport\fP is the port number on \fBservername\fP where the dynamic
|
||||
update requests are sent. If no port number is specified, the default
|
||||
DNS port number of 53 is used.
|
||||
.sp
|
||||
\fBNOTE:\fP
|
||||
.INDENT 7.0
|
||||
.INDENT 3.5
|
||||
This command has no effect when GSS\-TSIG is in use.
|
||||
.UNINDENT
|
||||
.UNINDENT
|
||||
.TP
|
||||
.B \fBlocal address port\fP
|
||||
This command sends all dynamic update requests using the local \fBaddress\fP\&. When
|
||||
|
|
|
|||
Loading…
Reference in a new issue