Co-Authored-By: Alireza Ahmadi <[email protected]>
@@ -577,6 +577,10 @@ class Outbound extends CommonClass {
}
canEnableMux() {
+ if (this.settings.flow && this.settings.flow != ''){
+ this.mux.enabled = false;
+ return false;
+ }
return [Protocols.VMess, Protocols.VLESS, Protocols.Trojan, Protocols.Shadowsocks, Protocols.HTTP, Protocols.Socks].includes(this.protocol);