mirror of
https://github.com/bol-van/zapret.git
synced 2025-04-19 05:22:58 +03:00
readme: minor fixes
This commit is contained in:
parent
aa1d0433a0
commit
c6fffdbaf8
@ -335,18 +335,18 @@ The file /opt/zapret/config is used by various components of the system and cont
|
||||
It needs to be viewed and edited if necessary.
|
||||
Select MODE:
|
||||
|
||||
nfqws_ipset - use nfqws for http. targets are filtered by ipset "zapret"
|
||||
nfqws_ipset_https - use nfqws for http and https. targets are filtered by ipset "zapret"
|
||||
nfqws_all - use nfqws for all http
|
||||
nfqws_all_https - use nfqws for all http and https
|
||||
nfqws_all_desync - use nfqws for DPI desync attack on http и https for all http and https
|
||||
nfqws_ipset_desync - use nfqws for DPI desync attack on http и https for all http and https. targets are filtered by ipset "zapret"
|
||||
nfqws_hostlist_desync - use nfqws for DPI desync attack on http и https , only to hosts from hostlist
|
||||
nfqws_ipset - use nfqws on http, targets are filtered by ipset "zapret"
|
||||
nfqws_ipset_https - use nfqws on http and https, targets are filtered by ipset "zapret"
|
||||
nfqws_all - use nfqws on all http
|
||||
nfqws_all_https - use nfqws on all http and https
|
||||
nfqws_all_desync - use nfqws for DPI desync attack on all http and https
|
||||
nfqws_ipset_desync - use nfqws for DPI desync attack on http and https , targets filtered by ipset "zapret"
|
||||
nfqws_hostlist_desync - use nfqws for DPI desync attack on http and https , only to hostnames from hostlist
|
||||
|
||||
tpws_ipset - use tpws for http. targets are filtered by ipset "zapret"
|
||||
tpws_ipset_https - use tpws for http and https. targets are filtered by ipset "zapret"
|
||||
tpws_all - use tpws for all http
|
||||
tpws_all_https - use tpws for all http and https
|
||||
tpws_ipset - use tpws on http, targets are filtered by ipset "zapret"
|
||||
tpws_ipset_https - use tpws on http and https, targets are filtered by ipset "zapret"
|
||||
tpws_all - use tpws on all http
|
||||
tpws_all_https - use tpws on all http and https
|
||||
tpws_hostlist - same as tpws_all but touch only domains from the hostlist
|
||||
|
||||
ipset - only fill ipset. futher actions depend on your own code
|
||||
@ -360,7 +360,7 @@ TPWS_OPT_HTTPS="--split-pos=3"
|
||||
Options for DPI desync attack are configured separately:
|
||||
|
||||
DESYNC_MARK=0x40000000
|
||||
NFQWS_OPT_DESYNC="--dpi-desync --dpi-desync-ttl=0 --dpi-desync-fooling=badsum --dpi-desync-fwmark=$DESYNC_MARK"
|
||||
NFQWS_OPT_DESYNC="--dpi-desync=fake --dpi-desync-ttl=0 --dpi-desync-fooling=badsum --dpi-desync-fwmark=$DESYNC_MARK"
|
||||
|
||||
|
||||
The GETLIST parameter tells the install_easy.sh installer which script to call
|
||||
|
@ -553,7 +553,7 @@ TPWS_OPT_HTTPS="--split-pos=3"
|
||||
Отдельно настраиваются опции для атаки по десинхронизации DPI :
|
||||
|
||||
DESYNC_MARK=0x40000000
|
||||
NFQWS_OPT_DESYNC="--dpi-desync --dpi-desync-ttl=0 --dpi-desync-fooling=badsum --dpi-desync-fwmark=$DESYNC_MARK"
|
||||
NFQWS_OPT_DESYNC="--dpi-desync=fake --dpi-desync-ttl=0 --dpi-desync-fooling=badsum --dpi-desync-fwmark=$DESYNC_MARK"
|
||||
|
||||
|
||||
Параметр GETLIST указывает инсталятору install_easy.sh какой скрипт дергать
|
||||
|
Loading…
x
Reference in New Issue
Block a user