mirror of
https://github.com/snltty/linker.git
synced 2025-09-27 13:32:14 +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 (OperatingSystem.IsWindows() || OperatingSystem.IsLinux() || OperatingSystem.IsMacOS())
|
||||||
{
|
{
|
||||||
|
if (QuicListener.IsSupported == false) return;
|
||||||
|
|
||||||
string path = Path.GetFullPath(config.Data.Client.Tunnel.Certificate);
|
string path = Path.GetFullPath(config.Data.Client.Tunnel.Certificate);
|
||||||
if (File.Exists(path))
|
if (File.Exists(path))
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user