mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-05-08 14:33:23 +00:00
Refactoring/service logging functional (#793)
This commit is contained in:
committed by
GitHub
parent
1343d10aa7
commit
264d77463d
@@ -162,6 +162,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);
|
||||
|
||||
Reference in New Issue
Block a user