Add host for xray ws

https://github.com/XTLS/Xray-core/pull/4142
This commit is contained in:
2dust
2024-12-16 14:22:31 +08:00
parent 48a159f4c8
commit 3bc17bd50a
3 changed files with 37 additions and 34 deletions

View File

@@ -324,7 +324,8 @@ namespace ServiceLib.Models
public class WsSettings4Ray
{
public string path { get; set; }
public string? path { get; set; }
public string? host { get; set; }
public Headers4Ray headers { get; set; }
}