buildfix and naming

This commit is contained in:
Mykola Baibuz 2025-04-24 18:31:26 +03:00
parent 6be32445ba
commit 7cc8aad876
5 changed files with 15 additions and 12 deletions

View file

@ -179,12 +179,12 @@ void IpcServer::setLogsEnabled(bool enabled)
}
}
bool IpcServer::allowTrafficTo(QStringList ranges)
bool IpcServer::resetKillSwitchAllowedRange(QStringList ranges)
{
return KillSwitch::instance()->resetAllowedRange(ranges);
}
bool IpcServer::addKillSwitchExceptions(QStringList ranges)
bool IpcServer::addKillSwitchAllowedRange(QStringList ranges)
{
return KillSwitch::instance()->addAllowedRange(ranges);
}