Merge pull request #452 from amnezia-vpn/refactoring/android
Android refactoring
This commit is contained in:
commit
5ad54bfdc1
238 changed files with 5101 additions and 84686 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue