mirror of https://github.com/2dust/v2rayN
add mux for sing-box vless
parent
69468b1770
commit
b469d73385
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue