From: Peter van Dijk Date: Mon, 13 Sep 2021 11:48:43 +0000 (+0200) Subject: whitespace X-Git-Tag: dnsdist-1.7.0-alpha1~14^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e0346fd06d2fc2e7903130140c6df73d52bda82;p=thirdparty%2Fpdns.git whitespace --- diff --git a/pdns/common_startup.cc b/pdns/common_startup.cc index e92fc3d3d3..cea22eeab5 100644 --- a/pdns/common_startup.cc +++ b/pdns/common_startup.cc @@ -95,7 +95,7 @@ void declareArguments() ::arg().setSwitch("dnsupdate","Enable/Disable DNS update (RFC2136) support. Default is no.")="no"; ::arg().setSwitch("write-pid","Write a PID file")="yes"; ::arg().set("allow-dnsupdate-from","A global setting to allow DNS updates from these IP ranges.")="127.0.0.0/8,::1"; - ::arg().set("proxy-protocol-from","A Proxy Protocol header is only allowed from these subnets, and is mandatory then too.")=""; + ::arg().set("proxy-protocol-from", "A Proxy Protocol header is only allowed from these subnets, and is mandatory then too.")=""; ::arg().set("proxy-protocol-maximum-size", "The maximum size of a proxy protocol payload, including the TLV values")="512"; ::arg().setSwitch("send-signed-notify", "Send TSIG secured NOTIFY if TSIG key is configured for a zone") = "yes"; ::arg().set("allow-unsigned-notify", "Allow unsigned notifications for TSIG secured zones") = "yes"; //FIXME: change to 'no' later