feat: key xray worker per tunnel via ifname-scoped IPC

This commit is contained in:
cd-amn
2026-06-03 13:27:24 +04:00
parent 989d750788
commit 7aebbe0f74
4 changed files with 101 additions and 79 deletions
+2 -2
View File
@@ -45,8 +45,8 @@ class IpcInterface
SLOT( bool updateResolvers(const QString& ifname, const QList<QHostAddress>& resolvers) );
SLOT( bool restoreResolvers() );
SLOT(bool xrayStart(const QString &config));
SLOT(bool xrayStop());
SLOT(bool xrayStart(const QString &ifname, const QString &config));
SLOT(bool xrayStop(const QString &ifname));
SLOT( bool startNetworkCheck(const QString& serverIpv4Gateway, const QString& deviceIpv4Address) );
SLOT( bool stopNetworkCheck() );