diff --git a/init.d/openwrt/custom-nfqws-quic4all b/init.d/openwrt/custom-nfqws-quic4all index 3d7e5a6..1ce2f76 100644 --- a/init.d/openwrt/custom-nfqws-quic4all +++ b/init.d/openwrt/custom-nfqws-quic4all @@ -1,5 +1,6 @@ # this custom script in addition to MODE=nfqws runs desync to all QUIC initial packets, without ipset/hostlist filtering # need to add to config : NFQWS_OPT_DESYNC_QUIC="--dpi-desync=fake" +# russian TSPU version : NFQWS_OPT_DESYNC_QUIC="--dpi-desync=fake --dpi-desync-fake-quic=/opt/zapret/files/fake/quic_short_header.bin" # NOTE : do not use TTL fooling. chromium QUIC engine breaks sessions if TTL expired in transit received QNUM2=$(($QNUM+10)) diff --git a/init.d/sysv/custom-nfqws-quic4all b/init.d/sysv/custom-nfqws-quic4all index 90e045f..0228dac 100644 --- a/init.d/sysv/custom-nfqws-quic4all +++ b/init.d/sysv/custom-nfqws-quic4all @@ -1,5 +1,6 @@ # this custom script in addition to MODE=nfqws runs desync to all QUIC initial packets, without ipset/hostlist filtering # need to add to config : NFQWS_OPT_DESYNC_QUIC="--dpi-desync=fake" +# russian TSPU version : NFQWS_OPT_DESYNC_QUIC="--dpi-desync=fake --dpi-desync-fake-quic=/opt/zapret/files/fake/quic_short_header.bin" # NOTE : do not use TTL fooling. chromium QUIC engine breaks sessions if TTL expired in transit received QNUM2=$(($QNUM+10))