]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
rec: Fix typo in edns-padding-tag help 10318/head
authorMatt Nordhoff <mnordhoff@mn0.us>
Tue, 20 Apr 2021 13:41:42 +0000 (13:41 +0000)
committerMatt Nordhoff <mnordhoff@mn0.us>
Tue, 20 Apr 2021 13:41:42 +0000 (13:41 +0000)
pdns/pdns_recursor.cc

index 278e084207baaf9de4f15ad174d88bcf82e81495..9978324db39f672470ef99248a13d2e6694428fd 100644 (file)
@@ -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");