mirror of
https://github.com/2dust/v2rayN.git
synced 2025-10-13 20:09:12 +00:00
Support sing-box hosts
This commit is contained in:
parent
f14f39f5a1
commit
8ea39d7475
1 changed files with 2 additions and 0 deletions
|
@ -236,6 +236,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; }
|
||||
|
|
Loading…
Reference in a new issue