iOS AWG protocol Setup
This commit is contained in:
parent
19bd94ed02
commit
b7fbb84a58
4 changed files with 15 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue