This commit is contained in:
DHR60 2026-04-15 16:21:00 +08:00
parent 43dcb90632
commit 7c2750514e

View file

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