mirror of
https://github.com/2dust/v2rayN.git
synced 2025-11-29 03:02:53 +00:00
fix: mux not applied to trojan inbound
This commit is contained in:
parent
34fc4de0c2
commit
92e0d262eb
1 changed files with 1 additions and 1 deletions
|
|
@ -173,7 +173,7 @@ public partial class CoreConfigV2rayService
|
|||
serversItem.ota = false;
|
||||
serversItem.level = 1;
|
||||
|
||||
await GenOutboundMux(node, outbound);
|
||||
await GenOutboundMux(node, outbound, muxEnabled, muxEnabled);
|
||||
|
||||
outbound.settings.vnext = null;
|
||||
break;
|
||||
|
|
|
|||
Loading…
Reference in a new issue