From: Matt Nordhoff Date: Tue, 20 Apr 2021 13:41:42 +0000 (+0000) Subject: rec: Fix typo in edns-padding-tag help X-Git-Tag: dnsdist-1.6.0-rc2~15^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F10318%2Fhead;p=thirdparty%2Fpdns.git rec: Fix typo in edns-padding-tag help --- diff --git a/pdns/pdns_recursor.cc b/pdns/pdns_recursor.cc index 278e084207..9978324db3 100644 --- a/pdns/pdns_recursor.cc +++ b/pdns/pdns_recursor.cc @@ -5629,7 +5629,7 @@ int main(int argc, char **argv) ::arg().set("edns-padding-from", "List of netmasks (proxy IP in case of XPF or proxy-protocol presence, client IP otherwise) for which EDNS padding will be enabled in responses, provided that 'edns-padding-mode' applies")=""; ::arg().set("edns-padding-mode", "Whether to add EDNS padding to all responses ('always') or only to responses for queries containing the EDNS padding option ('padded-queries-only', the default). In both modes, padding will only be added to responses for queries coming from `edns-padding-from`_ sources")="padded-queries-only"; - ::arg().set("edns-padding-tag", "Packetcache tag associated to responses sent with EDNS padding, to prevent sending these toclients for which padding is not enabled.")="7830"; + ::arg().set("edns-padding-tag", "Packetcache tag associated to responses sent with EDNS padding, to prevent sending these to clients for which padding is not enabled.")="7830"; ::arg().setCmd("help","Provide a helpful message"); ::arg().setCmd("version","Print version string");