From 990ec8f15b882cc034bb103a20e2766fc842faf3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0pa=C4=8Dek?= Date: Thu, 30 Jun 2022 13:58:03 +0200 Subject: [PATCH] Define default-source-address, default-source-address-v6 for rndc (cherry picked from commit 10f88bffe59f60b2b386e1398c4ba194b12d2ec0) --- doc/arm/dns-ops.inc.rst | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/doc/arm/dns-ops.inc.rst b/doc/arm/dns-ops.inc.rst index e4f7e38f72..ff9670ab45 100644 --- a/doc/arm/dns-ops.inc.rst +++ b/doc/arm/dns-ops.inc.rst @@ -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