]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Give some details about control socket setup and access control. 17130/head
authorMiod Vallat <miod.vallat@powerdns.com>
Thu, 9 Apr 2026 14:34:52 +0000 (16:34 +0200)
committerMiod Vallat <miod.vallat@powerdns.com>
Thu, 9 Apr 2026 14:34:52 +0000 (16:34 +0200)
Signed-off-by: Miod Vallat <miod.vallat@powerdns.com>
docs/running.rst

index 0330c0b7959a27cb8de7ecf63c26517945c242a5..29f5a773f991d245e27994f7cd05e0a8ad015c4c 100644 (file)
@@ -90,6 +90,12 @@ Over this socket, instructions can be sent using the ``pdns_control``
 program. The control socket is called ``pdns.controlsocket`` and is
 created inside the :ref:`setting-socket-dir`.
 
+The controlsocket is created only if
+:ref:`setting-tcp-control-address` is configured. Access to the socket can be
+further restricted to the networks listed in
+:ref:`setting-tcp-control-range`, and to require a password set in
+:ref:`setting-tcp-control-secret`.
+
 .. _running-pdnscontrol:
 
 ``pdns_control``