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
1975 changed files with 395894 additions and 814 deletions
+1
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)