mirror of
https://github.com/2dust/v2rayN.git
synced 2026-02-28 05:03:02 +00:00
Fix balancer tag
This commit is contained in:
parent
0c3e42efa6
commit
a9cd6394d0
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue