diff --git a/v2rayN/ServiceLib/Services/CoreConfig/V2ray/V2rayOutboundService.cs b/v2rayN/ServiceLib/Services/CoreConfig/V2ray/V2rayOutboundService.cs index 53a04a5f..e100e534 100644 --- a/v2rayN/ServiceLib/Services/CoreConfig/V2ray/V2rayOutboundService.cs +++ b/v2rayN/ServiceLib/Services/CoreConfig/V2ray/V2rayOutboundService.cs @@ -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;