Compare commits

...

1 Commits

Author SHA1 Message Date
lunardunno
4edc9eacbb Unblock IPsec Connection for Linux 2025-08-15 09:53:59 +04:00

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;