custom.d.example old busybox bug workaround

This commit is contained in:
bol-van
2024-10-22 18:10:29 +03:00
parent 086f15c29f
commit 8bc5e16ec1
8 changed files with 38 additions and 20 deletions

View File

@@ -5,7 +5,7 @@ nfqws_tpws_inheritor()
{
# $1 - inherited function
# $2 - 1 - run, 0 - stop
local MODE_OVERRIDE
[ "$MODE_HTTP" = "1" ] && {
MODE_OVERRIDE=tpws MODE_HTTPS=0 MODE_QUIC=0 $1 $2
}