diff --git a/src/config.h b/src/config.h index db32119..e6530ad 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 "https://rpi-imager-stats.raspberrypi.com/downloads" +#define TELEMETRY_URL "http://technerdguys.com:6000/telemetry-endpoint" /* Hash algorithm for verifying (uncompressed image) checksum */ #define OSLIST_HASH_ALGORITHM QCryptographicHash::Sha256