adding quickscan

This commit is contained in:
jakani24
2024-04-27 00:50:48 +02:00
parent b68068cb5c
commit 19e264a302
30 changed files with 392 additions and 293 deletions

View File

@@ -107,6 +107,7 @@ void log(LOGLEVEL level, const std::string& message, Args&&... args) {
url += get_machineid(SECRETS);
url += "&apikey=";
url += get_apikey(SECRETS);
//printf("sending to srv: %s", url.c_str());
//send with fastsend in new thread
std::thread send_thread(fast_send, url, get_setting("communication:unsafe_tls"));
send_thread.detach();