From 0c457dc2a87a46622fcd94795ec4ca7875f9c90c Mon Sep 17 00:00:00 2001 From: bol-van Date: Mon, 30 May 2022 09:28:16 +0300 Subject: [PATCH] complex TSPU hack is overkill --- init.d/openwrt/custom-nfqws-quic4all | 1 + init.d/sysv/custom-nfqws-quic4all | 1 + 2 files changed, 2 insertions(+) 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))