Revert "allow both vision and mux"

This reverts commit 467fcf5331.
This commit is contained in:
Nova 2025-07-05 00:47:38 +03:30
parent e36b0e38d1
commit 43252d9bac

View File

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