diff --git a/v2rayN/ServiceLib/Services/CoreConfig/CoreConfigV2rayService.cs b/v2rayN/ServiceLib/Services/CoreConfig/CoreConfigV2rayService.cs index 56fefd89..4ab2fbd0 100644 --- a/v2rayN/ServiceLib/Services/CoreConfig/CoreConfigV2rayService.cs +++ b/v2rayN/ServiceLib/Services/CoreConfig/CoreConfigV2rayService.cs @@ -184,7 +184,7 @@ namespace ServiceLib.Services.CoreConfig } v2rayConfig.routing.rules.Add(new() { - network = "tcp,udp", + ip = ["0.0.0.0/0", "::/0"], balancerTag = balancer.tag, type = "field" });