From 297b769e456e8595fd99149ab2f96613a898761d Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Mon, 18 May 2020 13:35:54 +0200 Subject: [PATCH] "Adress" is actually prural in query-local-address Co-authored-by: Peter van Dijk --- pdns/common_startup.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/common_startup.cc b/pdns/common_startup.cc index 837bcb53d2..3c1097e339 100644 --- a/pdns/common_startup.cc +++ b/pdns/common_startup.cc @@ -92,7 +92,7 @@ void declareArguments() ::arg().setSwitch("local-address-nonexist-fail","Fail to start if one or more of the local-address's do not exist on this server")="yes"; ::arg().setSwitch("non-local-bind", "Enable binding to non-local addresses by using FREEBIND / BINDANY socket options")="no"; ::arg().setSwitch("reuseport","Enable higher performance on compliant kernels by using SO_REUSEPORT allowing each receiver thread to open its own socket")="no"; - ::arg().set("query-local-address","Source IP address for sending queries")="0.0.0.0 ::"; + ::arg().set("query-local-address","Source IP addresses for sending queries")="0.0.0.0 ::"; ::arg().set("query-local-address6","DEPRECATED: Use query-local-address. Source IPv6 address for sending queries")=""; ::arg().set("overload-queue-length","Maximum queuelength moving to packetcache only")="0"; ::arg().set("max-queue-length","Maximum queuelength before considering situation lost")="5000"; -- 2.47.2