Fixes wrong field

pull/7115/head
DHR60 2025-05-05 16:27:41 +08:00
parent 19f43b5b80
commit 17596ff9f2
1 changed files with 1 additions and 1 deletions

View File

@ -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; }