diff --git a/v2rayN/v2rayN/Handler/UpdateHandle.cs b/v2rayN/v2rayN/Handler/UpdateHandle.cs index 2ca1f802..0b677cde 100644 --- a/v2rayN/v2rayN/Handler/UpdateHandle.cs +++ b/v2rayN/v2rayN/Handler/UpdateHandle.cs @@ -296,8 +296,8 @@ namespace v2rayN.Handler await UpdateGeoFile("geosite", _config, update); await UpdateGeoFile("geoip", _config, update); - await UpdateGeoFile4Singbox("geosite", _config, false, update); - await UpdateGeoFile4Singbox("geoip", _config, true, update); + //await UpdateGeoFile4Singbox("geosite", _config, false, update); + //await UpdateGeoFile4Singbox("geoip", _config, true, update); }); }