Add Hy2 Port hopping for sing-box 1.11+

https://github.com/2dust/v2rayN/issues/6772
This commit is contained in:
2dust
2025-03-01 21:13:37 +08:00
parent 2dd10cf5a1
commit e70658f311
16 changed files with 126 additions and 16 deletions

View File

@@ -2536,6 +2536,24 @@ namespace ServiceLib.Resx {
}
}
/// <summary>
/// 查找类似 Server port range 的本地化字符串。
/// </summary>
public static string TbPorts7 {
get {
return ResourceManager.GetString("TbPorts7", resourceCulture);
}
}
/// <summary>
/// 查找类似 Will cover the port, separate with commas (,) 的本地化字符串。
/// </summary>
public static string TbPorts7Tips {
get {
return ResourceManager.GetString("TbPorts7Tips", resourceCulture);
}
}
/// <summary>
/// 查找类似 Socks port 的本地化字符串。
/// </summary>