mirror of
https://github.com/2dust/v2rayN.git
synced 2025-08-29 22:36:20 +00:00
Update V2rayConfig.cs
This commit is contained in:
parent
f70976b580
commit
0addf903aa
1 changed files with 2 additions and 1 deletions
|
@ -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; }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue