From aaae987b5bfcf555f4a57131ae6e231ef194cc0d Mon Sep 17 00:00:00 2001 From: cmclark00 Date: Tue, 15 Oct 2024 21:58:29 -0400 Subject: [PATCH] telemetry updates --- src/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.h b/src/config.h index e6530ad..6fa0b5a 100644 --- a/src/config.h +++ b/src/config.h @@ -14,7 +14,7 @@ #define TIME_URL "http://downloads.raspberrypi.org/os_list_imagingutility_v4.json?time_synchronization" /* Phone home the name of images downloaded for image popularity ranking */ -#define TELEMETRY_URL "http://technerdguys.com:6000/telemetry-endpoint" +#define TELEMETRY_URL "http://technerdguys.com/telemetry-endpoint" /* Hash algorithm for verifying (uncompressed image) checksum */ #define OSLIST_HASH_ALGORITHM QCryptographicHash::Sha256