sinb-box mux add padding option

https://github.com/2dust/v2rayN/issues/5544
This commit is contained in:
2dust
2024-08-31 09:38:15 +08:00
parent b6c09470fc
commit 2879fddfd9
3 changed files with 3 additions and 0 deletions

View File

@@ -202,6 +202,7 @@
{
public string protocol { get; set; }
public int max_connections { get; set; }
public bool? padding { get; set; }
}
[Serializable]

View File

@@ -150,6 +150,7 @@
public bool enabled { get; set; }
public string protocol { get; set; }
public int max_connections { get; set; }
public bool? padding { get; set; }
}
public class Utls4Sbox