add mux for sing-box vless

pull/3828/head
2dust 2023-05-04 20:23:54 +08:00
parent 69468b1770
commit b469d73385
1 changed files with 5 additions and 0 deletions

View File

@ -258,6 +258,11 @@ namespace v2rayN.Handler
outbound.flow = node.flow;
outbound.packet_encoding = "xudp";
if (Utils.IsNullOrEmpty(node.flow))
{
outboundMux(node, outbound);
}
}
else if (node.configType == EConfigType.Trojan)
{