mirror of
https://github.com/2dust/v2rayN.git
synced 2025-10-27 10:40:08 +00:00
Fixes wrong field
This commit is contained in:
parent
19f43b5b80
commit
17596ff9f2
1 changed files with 1 additions and 1 deletions
|
|
@ -226,7 +226,7 @@ public class Server4Sbox
|
|||
public string? client_subnet { get; set; }
|
||||
public string? type { get; set; }
|
||||
public string? server { get; set; }
|
||||
public string? server_resolver { get; set; }
|
||||
public string? domain_resolver { get; set; }
|
||||
[JsonPropertyName("interface")] public string? Interface { get; set; }
|
||||
// Deprecated
|
||||
public string? address { get; set; }
|
||||
|
|
|
|||
Loading…
Reference in a new issue