mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-06-22 02:01:08 +07:00
custom sitet pre release
This commit is contained in:
@@ -15,10 +15,9 @@ class Router : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
static bool routeAdd(const QString &ip, const QString &gw);
|
||||
static int routeAddList(const QString &gw, const QStringList &ips);
|
||||
static bool clearSavedRoutes();
|
||||
static bool routeDelete(const QString &ip, const QString &gw);
|
||||
static int routeDeleteList(const QString &gw, const QStringList &ips);
|
||||
static void flushDns();
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user