mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-06-22 02:01:08 +07:00
refactor: TrafficGuard owns xray DNS and uplink routes
This commit is contained in:
@@ -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() );
|
||||
|
||||
Reference in New Issue
Block a user