fix: mux not applied to trojan inbound

This commit is contained in:
n9rx-oss 2025-11-22 18:29:52 +03:00 committed by GitHub
parent 34fc4de0c2
commit 92e0d262eb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;