Merge branch 'dev' into feature/linux-ipsec

This commit is contained in:
Mykola Baibuz 2024-08-30 21:50:40 +03:00
commit f54308e4f4
487 changed files with 18671 additions and 7349 deletions

View file

@ -163,6 +163,10 @@ void IpcServer::cleanUp()
Logger::cleanUp();
}
void IpcServer::clearLogs() {
Logger::clearLogs();
}
bool IpcServer::createTun(const QString &dev, const QString &subnet)
{
return Router::createTun(dev, subnet);