Skip to content

Commit

Permalink
fix: disable multiplex when using VLESS with flow
Browse files Browse the repository at this point in the history
  • Loading branch information
xchacha20-poly1305 authored and arm64v8a committed Sep 24, 2023
1 parent 61d032a commit 4780d9a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions db/ConfigBuilder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -645,6 +645,9 @@ namespace NekoGui {
needMux = false;
}
}
if (ent->type == "vless" && outbound["flow"] != "") {
needMux = false;
}

// common
if (IS_NEKO_BOX) {
Expand Down

0 comments on commit 4780d9a

Please sign in to comment.