Remove singbox update geo file

pull/4711/head
2dust 2023-12-22 16:56:09 +08:00
parent 7b9f1e6788
commit caa2c523f4
1 changed files with 2 additions and 2 deletions

View File

@ -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);
});
}