mirror of
https://github.com/2dust/v2rayN.git
synced 2025-11-01 21:12:53 +00:00
Fixes wrong field
This commit is contained in:
parent
6a6f4f5407
commit
5db4bd158b
1 changed files with 1 additions and 1 deletions
|
|
@ -211,7 +211,7 @@ public class Server4Sbox : BaseServer4Sbox
|
||||||
{
|
{
|
||||||
public string? client_subnet { get; set; }
|
public string? client_subnet { get; set; }
|
||||||
public string? server { get; set; }
|
public string? server { get; set; }
|
||||||
public string? server_resolver { get; set; }
|
public new string? domain_resolver { get; set; }
|
||||||
[JsonPropertyName("interface")] public string? Interface { get; set; }
|
[JsonPropertyName("interface")] public string? Interface { get; set; }
|
||||||
// Deprecated
|
// Deprecated
|
||||||
public string? address { get; set; }
|
public string? address { get; set; }
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue