diff --git a/nfq/nfqws.c b/nfq/nfqws.c index 916c42d..0498a31 100644 --- a/nfq/nfqws.c +++ b/nfq/nfqws.c @@ -1067,9 +1067,9 @@ static void exithelp(void) " --filter-udp=[~]port1[-port2]|*\t\t; UDP port filter. ~ means negation. setting udp and not setting tcp filter denies tcp. comma separated list allowed.\n" " --filter-l7=[http|tls|quic|wireguard|dht|unknown] ; L6-L7 protocol filter. multiple comma separated values allowed.\n" " --ipset=\t\t\t\t; ipset include filter (one ip/CIDR per line, ipv4 and ipv6 accepted, gzip supported, multiple ipsets allowed)\n" - " --ipset-ip=\t\t\t\t; comma separated fixed ip list\n" + " --ipset-ip=\t\t\t\t; comma separated fixed subnet list\n" " --ipset-exclude=\t\t\t; ipset exclude filter (one ip/CIDR per line, ipv4 and ipv6 accepted, gzip supported, multiple ipsets allowed)\n" - " --ipset-exclude-ip=\t\t\t; comma separated fixed ip list\n" + " --ipset-exclude-ip=\t\t\t; comma separated fixed subnet list\n" "\nHOSTLIST FILTER:\n" " --hostlist=\t\t\t\t; apply dpi desync only to the listed hosts (one host per line, subdomains auto apply, gzip supported, multiple hostlists allowed)\n" " --hostlist-domains=\t\t; comma separated fixed domain list\n" diff --git a/tpws/tpws.c b/tpws/tpws.c index 1a913f8..ecce4b1 100644 --- a/tpws/tpws.c +++ b/tpws/tpws.c @@ -182,9 +182,9 @@ static void exithelp(void) " --filter-tcp=[~]port1[-port2]|*\t; TCP port filter. ~ means negation. multiple comma separated values allowed.\n" " --filter-l7=[http|tls|unknown]\t\t; L6-L7 protocol filter. multiple comma separated values allowed.\n" " --ipset=\t\t\t; ipset include filter (one ip/CIDR per line, ipv4 and ipv6 accepted, gzip supported, multiple ipsets allowed)\n" - " --ipset-ip=\t\t\t; comma separated fixed ip list\n" + " --ipset-ip=\t\t\t; comma separated fixed subnet list\n" " --ipset-exclude=\t\t; ipset exclude filter (one ip/CIDR per line, ipv4 and ipv6 accepted, gzip supported, multiple ipsets allowed)\n" - " --ipset-exclude-ip=\t\t; comma separated fixed ip list\n" + " --ipset-exclude-ip=\t\t; comma separated fixed subnet list\n" "\nHOSTLIST FILTER:\n" " --hostlist=\t\t\t; only act on hosts in the list (one host per line, subdomains auto apply, gzip supported, multiple hostlists allowed)\n" " --hostlist-domains=\t; comma separated fixed domain list\n"