Merge pull request #53 from amnezia-vpn/ios-wireguard

iOS initial support
This commit is contained in:
pokamest 2022-07-06 16:26:50 +03:00 committed by GitHub
commit cd70f4b1c9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
1975 changed files with 395894 additions and 814 deletions

View file

@ -145,6 +145,7 @@ bool ContainerProps::isSupportedByCurrentPlatform(DockerContainer c)
switch (c) {
case DockerContainer::WireGuard: return true;
case DockerContainer::OpenVpn: return true;
// case DockerContainer::ShadowSocks: return true;
default: return false;
}
#elif defined (Q_OS_MAC)