mirror of https://github.com/2dust/v2rayN
2dust
3 days ago
9 changed files with 31 additions and 8 deletions
@ -0,0 +1,13 @@ |
|||||||
|
namespace ServiceLib.Models |
||||||
|
{ |
||||||
|
internal class IPAPIInfo |
||||||
|
{ |
||||||
|
public string? ip { get; set; } |
||||||
|
public string? city { get; set; } |
||||||
|
public string? region { get; set; } |
||||||
|
public string? region_code { get; set; } |
||||||
|
public string? country { get; set; } |
||||||
|
public string? country_name { get; set; } |
||||||
|
public string? country_code { get; set; } |
||||||
|
} |
||||||
|
} |
Loading…
Reference in new issue