AWG Android support

This commit is contained in:
Mykola Baibuz 2023-10-07 09:01:29 -04:00
parent 7f2ef65fe6
commit bdfa8bfe5b
4 changed files with 309 additions and 10 deletions

View file

@ -204,6 +204,7 @@ bool ContainerProps::isSupportedByCurrentPlatform(DockerContainer c)
case DockerContainer::WireGuard: return true;
case DockerContainer::OpenVpn: return true;
case DockerContainer::ShadowSocks: return true;
case DockerContainer::Awg: return true;
case DockerContainer::Cloak: return true;
default: return false;
}