fix(squidwtf): add geeked uptime feed

This commit is contained in:
2026-04-23 17:10:21 -04:00
parent f8a355f97e
commit 1fb57aadf0
@@ -7,7 +7,8 @@ public static class SquidWtfEndpointDiscovery
public static readonly IReadOnlyList<string> SourceUrls = new[]
{
"https://tidal-uptime.jiffy-puffs-1j.workers.dev/",
"https://tidal-uptime.props-76styles.workers.dev/"
"https://tidal-uptime.props-76styles.workers.dev/",
"https://tidal-uptime.geeked.wtf/"
};
public static async Task<SquidWtfEndpointCatalog> DiscoverAsync(CancellationToken cancellationToken = default)