AWG Android support
This commit is contained in:
parent
7f2ef65fe6
commit
bdfa8bfe5b
4 changed files with 309 additions and 10 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue