mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-06-22 02:01:08 +07:00
route delete fixed (Windows)
This commit is contained in:
+2
-2
@@ -68,9 +68,9 @@ bool IpcServer::clearSavedRoutes()
|
||||
return Router::clearSavedRoutes();
|
||||
}
|
||||
|
||||
bool IpcServer::routeDelete(const QString &ip)
|
||||
bool IpcServer::routeDelete(const QString &ip, const QString &gw)
|
||||
{
|
||||
return Router::routeDelete(ip);
|
||||
return Router::routeDelete(ip, gw);
|
||||
}
|
||||
|
||||
void IpcServer::flushDns()
|
||||
|
||||
Reference in New Issue
Block a user