From a9cd6394d0b824d1dd649629442fc6f97e301a07 Mon Sep 17 00:00:00 2001 From: 2dust <31833384+2dust@users.noreply.github.com> Date: Wed, 25 Feb 2026 21:01:24 +0800 Subject: [PATCH] Fix balancer tag --- .../Services/CoreConfig/V2ray/CoreConfigV2rayService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" } ];