This commit is contained in:
DHR60
2026-04-15 11:06:26 +00:00
committed by GitHub
parent 3cb2869920
commit 2ea9c5a2ff
@@ -225,12 +225,13 @@ public partial class CoreConfigV2rayService
usersItem.email = Global.UserEMail;
usersItem.encryption = protocolExtra.VlessEncryption;
if (!protocolExtra.Flow.IsNullOrEmpty())
if (protocolExtra.Flow.IsNullOrEmpty())
{
usersItem.flow = protocolExtra.Flow;
FillOutboundMux(outbound, muxEnabled, muxEnabled);
}
else
{
usersItem.flow = protocolExtra.Flow;
FillOutboundMux(outbound, false, muxEnabled);
}
outbound.settings.servers = null;