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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 285 additions and 3 deletions

View file

@ -72,9 +72,11 @@ private:
bool setupCloak();
bool setupWireGuard();
bool setupAwg();
bool setupXray();
bool startOpenVPN(const QString &config);
bool startWireGuard(const QString &jsonConfig);
bool startXray(const QString &jsonConfig);
void startTunnel();