mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-10 12:20:00 -04:00
Define default-source-address, default-source-address-v6 for rndc
(cherry picked from commit 10f88bffe5)
This commit is contained in:
parent
763e40de22
commit
990ec8f15b
1 changed files with 8 additions and 3 deletions
|
|
@ -117,9 +117,6 @@ server.
|
|||
|
||||
.. rndcconf:statement:: options
|
||||
|
||||
The ``options`` statement has three clauses: ``default-server``,
|
||||
``default-key``, and ``default-port``.
|
||||
|
||||
.. rndcconf:statement:: default-server
|
||||
|
||||
``default-server`` takes a
|
||||
|
|
@ -137,6 +134,14 @@ server.
|
|||
:iscman:`rndc` should connect if no port is given on the command line or in
|
||||
a ``server`` statement.
|
||||
|
||||
.. rndcconf:statement:: default-source-address
|
||||
.. rndcconf:statement:: default-source-address-v6
|
||||
|
||||
``default-source-address`` and ``default-source-address-v6`` specify
|
||||
the IPv4 and IPv6 source address used to communicate with the server
|
||||
if no address is given on the command line or in a
|
||||
:rndcconf:ref:`server` block.
|
||||
|
||||
.. rndcconf:statement:: key
|
||||
|
||||
The ``key`` statement defines a key to be used by :iscman:`rndc` when
|
||||
|
|
|
|||
Loading…
Reference in a new issue