Add xhttp mode for xray

https://github.com/XTLS/Xray-core/pull/3994
This commit is contained in:
2dust
2024-11-14 09:48:43 +08:00
parent 04efed2079
commit d781c768e9
12 changed files with 80 additions and 4 deletions

View File

@@ -348,6 +348,7 @@ namespace ServiceLib.Models
{
public string? path { get; set; }
public string? host { get; set; }
public string? mode { get; set; }
public string? scMaxEachPostBytes { get; set; }
public string? scMaxConcurrentPosts { get; set; }
public string? scMinPostsIntervalMs { get; set; }