mirror of
https://github.com/MatsuriDayo/nekoray.git
synced 2025-12-17 12:34:37 +03:00
fix: disable multiplex when using VLESS with flow
This commit is contained in:
committed by
arm64v8a
parent
61d032acbc
commit
4780d9afcf
@@ -645,6 +645,9 @@ namespace NekoGui {
|
|||||||
needMux = false;
|
needMux = false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if (ent->type == "vless" && outbound["flow"] != "") {
|
||||||
|
needMux = false;
|
||||||
|
}
|
||||||
|
|
||||||
// common
|
// common
|
||||||
if (IS_NEKO_BOX) {
|
if (IS_NEKO_BOX) {
|
||||||
|
|||||||
Reference in New Issue
Block a user