From 5b337b60158ef288e533990f91185f38b28b1dc5 Mon Sep 17 00:00:00 2001 From: bol-van Date: Sun, 8 Dec 2024 19:36:43 +0300 Subject: [PATCH] 50-wg4all: remove desync any protocol --- init.d/openwrt/custom.d.examples/50-wg4all | 2 +- init.d/sysv/custom.d.examples/50-wg4all | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/init.d/openwrt/custom.d.examples/50-wg4all b/init.d/openwrt/custom.d.examples/50-wg4all index 5e234d0..e292ae9 100644 --- a/init.d/openwrt/custom.d.examples/50-wg4all +++ b/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 diff --git a/init.d/sysv/custom.d.examples/50-wg4all b/init.d/sysv/custom.d.examples/50-wg4all index 00ab973..a76fccb 100644 --- a/init.d/sysv/custom.d.examples/50-wg4all +++ b/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