mirror of
https://github.com/2dust/v2rayN.git
synced 2025-05-02 21:28:51 +00:00
add mux for sing-box vless
This commit is contained in:
parent
69468b1770
commit
b469d73385
1 changed files with 5 additions and 0 deletions
|
@ -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 a new issue