From 3fbeba03a62d5796b794ae167a1a6ad11148b7c0 Mon Sep 17 00:00:00 2001 From: bol-van Date: Fri, 5 Mar 2021 20:18:08 +0300 Subject: [PATCH] config: update MODE comments --- config | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/config b/config index 25f4fca..ce753d9 100644 --- a/config +++ b/config @@ -22,9 +22,10 @@ GZIP_LISTS=1 #LISTS_RELOAD="pfctl -f /etc/pf.conf" # CHOOSE OPERATION MODE -# MODE : nfqws,tpws,filter,custom -# nfqws : use nfqws -# tpws : use tpws +# MODE : nfqws,tpws,tpws-socks,filter,custom +# nfqws : nfqws for dpi desync +# tpws : tpws transparent mode +# tpws-socks : tpws socks mode # filter : no daemon, just create ipset or download hostlist # custom : custom mode. should modify custom init script and add your own code MODE=tpws