resetIpStack added

This commit is contained in:
pokamest 2021-12-15 14:53:07 +03:00
parent 5aa47d35e7
commit 343e6a50df
8 changed files with 42 additions and 0 deletions

View file

@ -83,6 +83,11 @@ void IpcServer::flushDns()
return Router::flushDns();
}
void IpcServer::resetIpStack()
{
Router::resetIpStack();
}
bool IpcServer::checkAndInstallDriver()
{
#ifdef Q_OS_WIN