diff --git a/init.d/openwrt/custom-nfqws-dht4all b/init.d/openwrt/custom-nfqws-dht4all index 8e08f23..a0373b7 100644 --- a/init.d/openwrt/custom-nfqws-dht4all +++ b/init.d/openwrt/custom-nfqws-dht4all @@ -1,5 +1,5 @@ # this custom script in addition to MODE=nfqws runs desync to DHT packets with udp payload length 101..399 , without ipset/hostlist filtering -# need to add to config : NFQWS_OPT_DESYNC_DHT="--dpi-desync=fake --dpi-desync-any-protocol --dpi-desync-cutoff=d2 --dpi-desync-ttl=5" +# need to add to config : NFQWS_OPT_DESYNC_DHT="--dpi-desync=fake --dpi-desync-ttl=5" QNUM2=$(($QNUM+20)) diff --git a/init.d/sysv/custom-nfqws-dht4all b/init.d/sysv/custom-nfqws-dht4all index c61a259..9700303 100644 --- a/init.d/sysv/custom-nfqws-dht4all +++ b/init.d/sysv/custom-nfqws-dht4all @@ -1,5 +1,5 @@ # this custom script in addition to MODE=nfqws runs desync to DHT packets with udp payload length 101..399 , without ipset/hostlist filtering -# need to add to config : NFQWS_OPT_DESYNC_DHT="--dpi-desync=fake --dpi-desync-any-protocol --dpi-desync-cutoff=d2 --dpi-desync-ttl=5" +# need to add to config : NFQWS_OPT_DESYNC_DHT="--dpi-desync=fake --dpi-desync-ttl=5" QNUM2=$(($QNUM+20))