Modify default fallback load balancing rule

This commit is contained in:
DHR60 2025-03-10 23:26:47 +08:00
parent 2df412476a
commit 06f1fa3618

View file

@ -184,7 +184,7 @@ namespace ServiceLib.Services.CoreConfig
} }
v2rayConfig.routing.rules.Add(new() v2rayConfig.routing.rules.Add(new()
{ {
network = "tcp,udp", ip = ["0.0.0.0/0", "::/0"],
balancerTag = balancer.tag, balancerTag = balancer.tag,
type = "field" type = "field"
}); });