mirror of
https://github.com/bol-van/zapret.git
synced 2026-03-14 01:01:51 +00:00
separate nfqws options for ipv4/6
This commit is contained in:
@@ -533,10 +533,12 @@ nfqws options for DPI desync attack:
|
||||
DESYNC_MARK=0x40000000
|
||||
NFQWS_OPT_DESYNC="--dpi-desync=fake --dpi-desync-ttl=0 --dpi-desync-fooling=badsum --dpi-desync-fwmark=$DESYNC_MARK"
|
||||
|
||||
Separate nfqws options for http and https :
|
||||
Separate nfqws options for http and https and ip protocol versions 4,6:
|
||||
|
||||
NFQWS_OPT_DESYNC_HTTP="--dpi-desync=split --dpi-desync-ttl=0 --dpi-desync-fooling=badsum"
|
||||
NFQWS_OPT_DESYNC_HTTPS="--wssize=1:6 --dpi-desync=split --dpi-desync-ttl=0 --dpi-desync-fooling=badsum"
|
||||
NFQWS_OPT_DESYNC_HTTP6="--dpi-desync=split --dpi-desync-ttl=5 --dpi-desync-fooling=none"
|
||||
NFQWS_OPT_DESYNC_HTTPS6="--wssize=1:6 --dpi-desync=split --dpi-desync-ttl=5 --dpi-desync-fooling=none"
|
||||
|
||||
If a variable is not defined, the value NFQWS_OPT_DESYNC is taken.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user