From e72cccc2ee01c415e7729255063a53ff9935c127 Mon Sep 17 00:00:00 2001 From: Ramsanker K R <164614935+rkr-23@users.noreply.github.com> Date: Thu, 28 Aug 2025 15:50:48 +0200 Subject: [PATCH] Fix misleading description of tcp-control-port argument. Signed-off-by: Ramsanker K R <164614935+rkr-23@users.noreply.github.com> --- pdns/auth-main.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/auth-main.cc b/pdns/auth-main.cc index 0a28e3faf..f6e82e97d 100644 --- a/pdns/auth-main.cc +++ b/pdns/auth-main.cc @@ -222,7 +222,7 @@ static void declareArguments() ::arg().set("secondary-check-signature-freshness", "Check signatures in SOA freshness check. Sets DO flag on SOA queries. Outside some very problematic scenarios, say yes here.") = "yes"; ::arg().set("tcp-control-address", "If set, PowerDNS can be controlled over TCP on this address") = ""; - ::arg().set("tcp-control-port", "If set, PowerDNS can be controlled over TCP on this address") = "53000"; + ::arg().set("tcp-control-port", "If set, PowerDNS can be controlled over TCP on this port") = "53000"; ::arg().set("tcp-control-secret", "If set, PowerDNS can be controlled over TCP after passing this secret") = ""; ::arg().set("tcp-control-range", "If set, remote control of PowerDNS is possible over these networks only") = "127.0.0.0/8, 10.0.0.0/8, 192.168.0.0/16, 172.16.0.0/12, ::1/128, fe80::/10"; -- 2.47.3