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

@@ -197,6 +197,7 @@ namespace ServiceLib.Models
{
public int UpMbps { get; set; }
public int DownMbps { get; set; }
public int HopInterval { get; set; } = 30;
}
[Serializable]