mirror of
https://github.com/snltty/linker.git
synced 2025-09-27 05:25:57 +08:00
QUicOverUdp
This commit is contained in:
@@ -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))
|
||||
{
|
||||
|
Reference in New Issue
Block a user