QUicOverUdp

This commit is contained in:
snltty
2024-05-30 17:19:08 +08:00
parent 7d029ac1e2
commit 43cadf7e52

View File

@@ -45,6 +45,8 @@ namespace cmonitor.plugins.tunnel.transport
{
if (OperatingSystem.IsWindows() || OperatingSystem.IsLinux() || OperatingSystem.IsMacOS())
{
if (QuicListener.IsSupported == false) return;
string path = Path.GetFullPath(config.Data.Client.Tunnel.Certificate);
if (File.Exists(path))
{