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

@@ -3733,6 +3733,15 @@ namespace ServiceLib.Resx {
}
}
/// <summary>
/// 查找类似 *xhttp mode 的本地化字符串。
/// </summary>
public static string TransportHeaderTypeTip5 {
get {
return ResourceManager.GetString("TransportHeaderTypeTip5", resourceCulture);
}
}
/// <summary>
/// 查找类似 *ws/httpupgrade/xhttp path 的本地化字符串。
/// </summary>