Merge branch 'dev' into feature/linux-ipsec
This commit is contained in:
commit
f54308e4f4
487 changed files with 18671 additions and 7349 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue