Merge pull request #53 from amnezia-vpn/ios-wireguard
iOS initial support
This commit is contained in:
commit
cd70f4b1c9
1975 changed files with 395894 additions and 814 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue