From: Y7n05h Date: Fri, 22 Apr 2022 18:01:46 +0000 (+0800) Subject: Update document X-Git-Tag: auth-4.8.0-alpha0~66^2~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=803e919084e0201b8390a8ded83ba727f0564054;p=thirdparty%2Fpdns.git Update document Signed-off-by: Y7n05h --- diff --git a/pdns/dnsdist-console.cc b/pdns/dnsdist-console.cc index 3a3073e3db..39f9b1cea1 100644 --- a/pdns/dnsdist-console.cc +++ b/pdns/dnsdist-console.cc @@ -570,7 +570,7 @@ const std::vector g_consoleKeywords{ { "mvSelfAnsweredResponseRule", true, "from, to", "move self-answered response rule 'from' to a position where it is in front of 'to'. 'to' can be one larger than the largest rule" }, { "mvSelfAnsweredResponseRuleToTop", true, "", "move the last self-answered response rule to the first position" }, { "NetmaskGroupRule", true, "nmg[, src]", "Matches traffic from/to the network range specified in nmg. Set the src parameter to false to match nmg against destination address instead of source address. This can be used to differentiate between clients" }, - { "newBPFFilter", true, "maxV4, maxV6, maxQNames", "Return a new eBPF socket filter with a maximum of maxV4 IPv4, maxV6 IPv6 and maxQNames qname entries in the block table" }, + { "newBPFFilter", true, "{ipv4MaxItems=int, ipv4PinnedPath=string, ipv6MaxItems=int, ipv6PinnedPath=string, cidr4MaxItems=int, cidr4PinnedPath=string, cidr6MaxItems=int, cidr6PinnedPath=string, qnamesMaxItems=int, qnamesPinnedPath=string, external=bool}", "Return a new eBPF socket filter with specificed options." }, { "newCA", true, "address", "Returns a ComboAddress based on `address`" }, #ifdef HAVE_CDB { "newCDBKVStore", true, "fname, refreshDelay", "Return a new KeyValueStore object associated to the corresponding CDB database" },