From 92e0d262eb0f527e499a5bad5e55355ec968f5aa Mon Sep 17 00:00:00 2001 From: n9rx-oss <5fw8w2n9rx@privaterelay.appleid.com> Date: Sat, 22 Nov 2025 18:29:52 +0300 Subject: [PATCH] fix: mux not applied to trojan inbound --- .../Services/CoreConfig/V2ray/V2rayOutboundService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;