Fix balancer tag

This commit is contained in:
2dust 2026-02-25 21:01:24 +08:00
parent 0c3e42efa6
commit a9cd6394d0

View file

@ -333,7 +333,7 @@ public partial class CoreConfigV2rayService(CoreConfigContext context)
{ {
inboundTag = new List<string> { "proxy-relay-ss" }, inboundTag = new List<string> { "proxy-relay-ss" },
outboundTag = hasBalancer ? null : Global.ProxyTag, outboundTag = hasBalancer ? null : Global.ProxyTag,
balancerTag = hasBalancer ? Global.ProxyTag : null, balancerTag = hasBalancer ? Global.ProxyTag + Global.BalancerTagSuffix: null,
type = "field" type = "field"
} }
]; ];