allow both vision and mux

This commit is contained in:
Nova 2025-06-29 18:41:00 +03:30
parent 8b857a0ff7
commit 467fcf5331

View File

@ -386,10 +386,6 @@ namespace NekoGui {
needMux = false;
}
if (ent->type == "vless" && outbound["flow"] != "") {
needMux = false;
}
// common
// apply domain_strategy
outbound["domain_strategy"] = dataStore->routing->outbound_domain_strategy;