Remove singbox update geo file

This commit is contained in:
2dust 2023-12-22 16:56:09 +08:00
parent 7b9f1e6788
commit caa2c523f4

View file

@ -296,8 +296,8 @@ namespace v2rayN.Handler
await UpdateGeoFile("geosite", _config, update); await UpdateGeoFile("geosite", _config, update);
await UpdateGeoFile("geoip", _config, update); await UpdateGeoFile("geoip", _config, update);
await UpdateGeoFile4Singbox("geosite", _config, false, update); //await UpdateGeoFile4Singbox("geosite", _config, false, update);
await UpdateGeoFile4Singbox("geoip", _config, true, update); //await UpdateGeoFile4Singbox("geoip", _config, true, update);
}); });
} }