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