Merge pull request #452 from amnezia-vpn/refactoring/android

Android refactoring
This commit is contained in:
pokamest 2023-12-23 13:48:26 -05:00 committed by GitHub
commit 5ad54bfdc1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
238 changed files with 5101 additions and 84686 deletions

View file

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