mirror of
https://github.com/2dust/v2rayN.git
synced 2025-11-29 19:23:11 +00:00
IPAPIUrl default set index 0
This commit is contained in:
parent
6e76c593cc
commit
4f16e63c13
1 changed files with 4 additions and 0 deletions
|
|
@ -128,6 +128,10 @@ public class ConfigHandler
|
||||||
{
|
{
|
||||||
config.SpeedTestItem.MixedConcurrencyCount = 5;
|
config.SpeedTestItem.MixedConcurrencyCount = 5;
|
||||||
}
|
}
|
||||||
|
if (config.SpeedTestItem.IPAPIUrl.IsNullOrEmpty())
|
||||||
|
{
|
||||||
|
config.SpeedTestItem.IPAPIUrl = Global.IPAPIUrls.First();
|
||||||
|
}
|
||||||
|
|
||||||
config.Mux4RayItem ??= new()
|
config.Mux4RayItem ??= new()
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue