Update V2rayConfig.cs

This commit is contained in:
Arc 2024-09-17 21:47:35 +08:00 committed by GitHub
parent f70976b580
commit 0addf903aa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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; }
}
}
}