Update On Mon Oct 14 20:35:22 CEST 2024

This commit is contained in:
github-action[bot]
2024-10-14 20:35:22 +02:00
parent 373b4c8443
commit 82266bc767
263 changed files with 3380 additions and 3080 deletions
@@ -647,12 +647,12 @@ namespace ServiceLib.Models
/// <summary>
///
/// </summary>
public string path { get; set; }
public string? path { get; set; }
/// <summary>
///
/// </summary>
public List<string> host { get; set; }
public List<string>? host { get; set; }
}
public class QuicSettings4Ray