iOS Xray support (#864)

Xray for ios
This commit is contained in:
Iurii Egorov
2024-06-30 12:19:38 +03:00
committed by GitHub
parent eeeb2805c5
commit 760f935965
10 changed files with 285 additions and 3 deletions

View File

@@ -285,6 +285,7 @@ bool ContainerProps::isSupportedByCurrentPlatform(DockerContainer c)
case DockerContainer::WireGuard: return true;
case DockerContainer::OpenVpn: return true;
case DockerContainer::Awg: return true;
case DockerContainer::Xray: return true;
case DockerContainer::Cloak:
return true;
// case DockerContainer::ShadowSocks: return true;