Browse Source

50-wg4all: remove desync any protocol

pull/957/head
bol-van 4 months ago
parent
commit
5b337b6015
  1. 2
      init.d/openwrt/custom.d.examples/50-wg4all
  2. 2
      init.d/sysv/custom.d.examples/50-wg4all

2
init.d/openwrt/custom.d.examples/50-wg4all

@ -1,7 +1,7 @@
# this custom script runs desync to all wireguard handshake initiation packets
# can override in config :
NFQWS_OPT_DESYNC_WG="${NFQWS_OPT_DESYNC_WG:---dpi-desync=fake --dpi-desync-any-protocol}"
NFQWS_OPT_DESYNC_WG="${NFQWS_OPT_DESYNC_WG:---dpi-desync=fake}"
alloc_dnum DNUM_WG4ALL
alloc_qnum QNUM_WG4ALL

2
init.d/sysv/custom.d.examples/50-wg4all

@ -1,7 +1,7 @@
# this custom script runs desync to all wireguard handshake initiation packets
# can override in config :
NFQWS_OPT_DESYNC_WG="${NFQWS_OPT_DESYNC_WG:---dpi-desync=fake --dpi-desync-any-protocol}"
NFQWS_OPT_DESYNC_WG="${NFQWS_OPT_DESYNC_WG:---dpi-desync=fake}"
alloc_dnum DNUM_WG4ALL
alloc_qnum QNUM_WG4ALL

Loading…
Cancel
Save