Browse Source

init: remove badsum from comments in custom-nfqws-quic4all

pull/98/head
bol-van 3 years ago
parent
commit
68361f614a
  1. 2
      init.d/openwrt/custom-nfqws-quic4all
  2. 2
      init.d/sysv/custom-nfqws-quic4all

2
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))

2
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))

Loading…
Cancel
Save