add mux for sing-box vless

This commit is contained in:
2dust 2023-05-04 20:23:54 +08:00
parent 69468b1770
commit b469d73385

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)
{