Macos fix: routes delete

This commit is contained in:
pokamest 2021-06-01 08:45:26 -07:00
parent 9dbe15a0e3
commit 435ee58d40
2 changed files with 39 additions and 12 deletions

View file

@ -21,6 +21,7 @@ public:
bool routeAdd(const QString &ip, const QString &gw);
int routeAddList(const QString &gw, const QStringList &ips);
bool clearSavedRoutes();
bool routeDelete(const QString &ip, const QString &gw);
bool routeDeleteList(const QString &gw, const QStringList &ips);
void flushDns();