diff --git a/etc/nfqws/nfqws.conf b/etc/nfqws/nfqws.conf index de3655c..61f73ec 100644 --- a/etc/nfqws/nfqws.conf +++ b/etc/nfqws/nfqws.conf @@ -4,7 +4,7 @@ ISP_INTERFACE="eth3" # All arguments here: https://github.com/bol-van/zapret (search for `nfqws` on the page) # HTTP(S) strategy -NFQWS_ARGS="--dpi-desync=fake,split2 --dpi-desync-ttl=0 --dpi-desync-repeats=16 --dpi-desync-split-pos=1 --dpi-desync-fooling=md5sig,badseq --dpi-desync-fake-tls=/opt/etc/nfqws/tls_clienthello.bin" +NFQWS_ARGS="--dpi-desync=fake,multisplit --dpi-desync-split-pos=1,midsld --dpi-desync-ttl=0 --dpi-desync-repeats=16 --dpi-desync-fooling=badseq,md5sig --dpi-desync-fake-tls=/opt/etc/nfqws/tls_clienthello.bin" # QUIC strategy NFQWS_ARGS_QUIC="--filter-udp=443 --dpi-desync=fake --dpi-desync-repeats=11 --dpi-desync-fake-quic=/opt/etc/nfqws/quic_initial.bin"