From 9ac73f7d2f07958e33451609c81f241838ef6337 Mon Sep 17 00:00:00 2001 From: bol-van Date: Wed, 12 Mar 2025 13:07:29 +0300 Subject: [PATCH] readme.eng: hostlist ^ note --- docs/readme.en.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/readme.en.md b/docs/readme.en.md index 09e55b0..00e102b 100644 --- a/docs/readme.en.md +++ b/docs/readme.en.md @@ -703,9 +703,9 @@ tpws is transparent proxy. --ipset-exclude= ; ipset exclude filter (one ip/CIDR per line, ipv4 and ipv6 accepted, gzip supported, multiple ipsets allowed) --ipset-exclude-ip= ; comma separated fixed subnet list - --hostlist= ; only act on hosts in the list (one host per line, subdomains auto apply, gzip supported, multiple hostlists allowed) + --hostlist= ; only act on hosts in the list (one host per line, subdomains auto apply if not prefixed with '^', gzip supported, multiple hostlists allowed) --hostlist-domains= ; comma separated fixed domain list - --hostlist-exclude= ; do not act on hosts in the list (one host per line, subdomains auto apply, gzip supported, multiple hostlists allowed) + --hostlist-exclude= ; do not act on hosts in the list (one host per line, subdomains auto apply if not prefixed with '^', gzip supported, multiple hostlists allowed) --hostlist-exclude-domains= ; comma separated fixed domain list --hostlist-auto= ; detect DPI blocks and build hostlist automatically --hostlist-auto-fail-threshold= ; how many failed attempts cause hostname to be added to auto hostlist (default : 3)