MacOS IPSec initial

This commit is contained in:
Mykola Baibuz 2024-08-31 14:06:32 -07:00
parent 4147632a62
commit 6f0e9a136b
6 changed files with 576 additions and 5 deletions

View file

@ -294,7 +294,7 @@ bool ContainerProps::isSupportedByCurrentPlatform(DockerContainer c)
#elif defined(Q_OS_MAC)
switch (c) {
case DockerContainer::WireGuard: return true;
case DockerContainer::Ipsec: return false;
case DockerContainer::Ipsec: return true;
default: return true;
}