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