iOS AWG protocol Setup

This commit is contained in:
Mykola Baibuz 2023-09-30 00:58:08 +03:00
parent 19bd94ed02
commit b7fbb84a58
4 changed files with 15 additions and 1 deletions

View file

@ -186,6 +186,7 @@ bool ContainerProps::isSupportedByCurrentPlatform(DockerContainer c)
switch (c) {
case DockerContainer::WireGuard: return true;
case DockerContainer::OpenVpn: return true;
case DockerContainer::AmneziaWireGuard: return true;
case DockerContainer::Cloak:
return true;
// case DockerContainer::ShadowSocks: return true;