mirror of
https://github.com/2dust/v2rayN.git
synced 2025-04-19 21:52:25 +00:00
Modify default fallback load balancing rule
This commit is contained in:
parent
2df412476a
commit
06f1fa3618
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue