refactor: TrafficGuard owns xray DNS and uplink routes

This commit is contained in:
cd-amn
2026-06-08 13:41:02 +00:00
parent 5a886f3d90
commit 3b3a2bf307
6 changed files with 80 additions and 49 deletions
+2
View File
@@ -47,6 +47,8 @@ class IpcInterface
SLOT(bool xrayStart(const QString &ifname, const QString &config));
SLOT(bool xrayStop(const QString &ifname));
SLOT(bool xrayAddUplinkRoutes(const QString &uplinkIface, const QString &uplinkGateway));
SLOT(bool xrayRemoveUplinkRoutes(const QString &uplinkIface, const QString &uplinkGateway));
SLOT( bool startNetworkCheck(const QString& serverIpv4Gateway, const QString& deviceIpv4Address) );
SLOT( bool stopNetworkCheck() );