Update V2rayConfigUtils

This commit is contained in:
ChsBuffer
2021-06-01 16:34:55 +08:00
parent 7493f07da9
commit 26fe7ad593

View File

@@ -67,7 +67,12 @@ namespace Netch.Servers.V2ray.Utils
};
if (mode.Type is ModeType.Process or ModeType.ProxyRuleIPs or ModeType.BypassRuleIPs)
blockRuleObject.ip.Add("geoip:private");
{
blockRuleObject.ip.Add("224.0.0.0/4");
blockRuleObject.ip.Add("240.0.0.0/4");
blockRuleObject.ip.Add("255.255.255.255/32");
blockRuleObject.ip.Add("fc00::/7");
}
static bool CheckRuleItem(ref RulesItem rulesItem)
{