Unblock IPsec Connection for Linux

This commit is contained in:
lunardunno
2025-08-15 09:53:59 +04:00
committed by GitHub
parent 16d92ddb7c
commit 4edc9eacbb

View File

@@ -308,10 +308,7 @@ bool ContainerProps::isSupportedByCurrentPlatform(DockerContainer c)
}
#elif defined(Q_OS_LINUX)
switch (c) {
case DockerContainer::Ipsec: return false;
default: return true;
}
return true;
#else
return false;