Support sing-box hosts

This commit is contained in:
DHR60 2025-06-17 18:52:12 +08:00
parent 457fcb5981
commit 1c9a50b6a8

View file

@ -235,6 +235,8 @@ public class Server4Sbox : BaseServer4Sbox
public int? server_port { get; set; }
public string? path { get; set; }
public Headers4Sbox? headers { get; set; }
// public List<string>? path { get; set; } // hosts
public Dictionary<string, object>? predefined { get; set; }
// Deprecated
public string? address { get; set; }
public string? address_resolver { get; set; }