Fixes wrong field

DHR60 2025-05-05 16:27:41 +08:00
parent ab0da0bfab
commit 93f095d110
1 changed files with 1 additions and 1 deletions

View File

@ -212,7 +212,7 @@ public class Server4Sbox : BaseServer4Sbox
public string? inet6_range { get; set; } public string? inet6_range { get; set; }
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; }