diff --git a/v2rayN/ServiceLib/Services/CoreConfig/V2ray/CoreConfigV2rayService.cs b/v2rayN/ServiceLib/Services/CoreConfig/V2ray/CoreConfigV2rayService.cs index 8187f854..6bb64313 100644 --- a/v2rayN/ServiceLib/Services/CoreConfig/V2ray/CoreConfigV2rayService.cs +++ b/v2rayN/ServiceLib/Services/CoreConfig/V2ray/CoreConfigV2rayService.cs @@ -333,7 +333,7 @@ public partial class CoreConfigV2rayService(CoreConfigContext context) { inboundTag = new List { "proxy-relay-ss" }, outboundTag = hasBalancer ? null : Global.ProxyTag, - balancerTag = hasBalancer ? Global.ProxyTag : null, + balancerTag = hasBalancer ? Global.ProxyTag + Global.BalancerTagSuffix: null, type = "field" } ];