Browse Source

Remove singbox update geo file

pull/4711/head
2dust 11 months ago
parent
commit
caa2c523f4
  1. 4
      v2rayN/v2rayN/Handler/UpdateHandle.cs

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

Loading…
Cancel
Save