Disable ShadowSocks support on Android
This commit is contained in:
parent
95d1440d6f
commit
0c2d661e1c
1 changed files with 1 additions and 1 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