Browse Source

Setting up not to automatically update the GEO file on first run

https://github.com/2dust/v2rayN/issues/5704
pull/5767/head
2dust 2 months ago
parent
commit
36d15852aa
  1. 2
      v2rayN/ServiceLib/Models/ConfigItems.cs

2
v2rayN/ServiceLib/Models/ConfigItems.cs

@ -94,7 +94,7 @@
public bool ignoreGeoUpdateCore { get; set; } = true;
public int autoUpdateInterval { get; set; } = 10;
public int autoUpdateInterval { get; set; }
public bool checkPreReleaseUpdate { get; set; } = false;

Loading…
Cancel
Save