From 15e57a6c57a825a5fd959726f5eda627595f577a Mon Sep 17 00:00:00 2001 From: Thomas Sader Date: Mon, 3 Feb 2025 20:21:21 +0100 Subject: [PATCH] global.h: Change uptime host to eggheads --- src/global.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/global.h b/src/global.h index 2009c04..cfa32b7 100644 --- a/src/global.h +++ b/src/global.h @@ -267,7 +267,7 @@ BEG uint32_t uptimeip MDEF((uint32_t)-1); BEG uint32_t uptimecookie; BEG uint32_t uptimeregnr MDEF(0); BEG time_t uptimelast MDEF(0); -BEG const char *defaultuptimehost MDEF("uptime.energymech.net"); +BEG const char *defaultuptimehost MDEF("uptime.eggheads.org"); #endif /* UPTIME */