diff --git a/v2rayN/ServiceLib/Models/V2rayConfig.cs b/v2rayN/ServiceLib/Models/V2rayConfig.cs index 6335db48..ea5ec246 100644 --- a/v2rayN/ServiceLib/Models/V2rayConfig.cs +++ b/v2rayN/ServiceLib/Models/V2rayConfig.cs @@ -640,6 +640,7 @@ namespace ServiceLib.Models public int? maxUploadSize { get; set; } public int? maxConcurrentUploads { get; set; } + public string? maxConnections {get;set} } public class HttpSettings4Ray @@ -708,4 +709,4 @@ namespace ServiceLib.Models public string? length { get; set; } public string? interval { get; set; } } -} \ No newline at end of file +}