mirror of https://github.com/2dust/v2rayN
Remove singbox update geo file
parent
7b9f1e6788
commit
caa2c523f4
|
@ -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);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue