fix vless tls flow

pull/2809/head
2dust 2022-11-02 20:56:09 +08:00
parent ba2eac5290
commit 2bf58288d3
1 changed files with 10 additions and 0 deletions

View File

@ -515,6 +515,16 @@ namespace v2rayN.Handler
outbound.mux.enabled = false;
outbound.mux.concurrency = -1;
}
else if (node.streamSecurity == Global.StreamSecurity)
{
if (!Utils.IsNullOrEmpty(node.flow))
{
usersItem.flow = node.flow;
outbound.mux.enabled = false;
outbound.mux.concurrency = -1;
}
}
outbound.protocol = Global.vlessProtocolLite;
outbound.settings.servers = null;