fix: disable multiplex when using VLESS with flow

This commit is contained in:
xchacha20-poly1305
2023-09-24 08:14:45 +08:00
committed by arm64v8a
parent 61d032acbc
commit 4780d9afcf

View File

@@ -645,6 +645,9 @@ namespace NekoGui {
needMux = false;
}
}
if (ent->type == "vless" && outbound["flow"] != "") {
needMux = false;
}
// common
if (IS_NEKO_BOX) {