diff --git a/init.d/openwrt/custom-nfqws-quic4all b/init.d/openwrt/custom-nfqws-quic4all index e6d6ae7..5a1a777 100644 --- a/init.d/openwrt/custom-nfqws-quic4all +++ b/init.d/openwrt/custom-nfqws-quic4all @@ -1,5 +1,5 @@ # 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 --dpi-desync-fooling=badsum --dpi-desync-cutoff=d4" +# need to add to config : NFQWS_OPT_DESYNC_QUIC="--dpi-desync=fake --dpi-desync-cutoff=d4" # 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 3542c39..0d02a38 100644 --- a/init.d/sysv/custom-nfqws-quic4all +++ b/init.d/sysv/custom-nfqws-quic4all @@ -1,5 +1,5 @@ # 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 --dpi-desync-fooling=badsum --dpi-desync-cutoff=d4" +# need to add to config : NFQWS_OPT_DESYNC_QUIC="--dpi-desync=fake --dpi-desync-cutoff=d4" # NOTE : do not use TTL fooling. chromium QUIC engine breaks sessions if TTL expired in transit received QNUM2=$(($QNUM+10))