Fixes wrong field

This commit is contained in:
DHR60 2025-05-05 16:27:41 +08:00
parent 5e08cb433b
commit dcf68ad6b8

View file

@ -211,7 +211,7 @@ public class Server4Sbox : BaseServer4Sbox
{
public string? client_subnet { 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; }
// Deprecated
public string? address { get; set; }