]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Fix misleading description of tcp-control-port argument. 16056/head
authorRamsanker K R <164614935+rkr-23@users.noreply.github.com>
Thu, 28 Aug 2025 13:50:48 +0000 (15:50 +0200)
committerGitHub <noreply@github.com>
Thu, 28 Aug 2025 13:50:48 +0000 (15:50 +0200)
Signed-off-by: Ramsanker K R <164614935+rkr-23@users.noreply.github.com>
pdns/auth-main.cc

index 0a28e3faf31e34ac5cd93015519ba334772367b6..f6e82e97d272ea01d78cabec9fff7e59eba00d88 100644 (file)
@@ -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";