mirror of
https://github.com/SoPat712/allstarr.git
synced 2026-04-25 03:12:54 -04:00
Compare commits
2 Commits
d89dd5e7db
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
a87102c8d8
|
|||
|
1fb57aadf0
|
@@ -9,5 +9,5 @@ public static class AppVersion
|
||||
/// <summary>
|
||||
/// Current application version.
|
||||
/// </summary>
|
||||
public const string Version = "1.5.3";
|
||||
public const string Version = "1.5.4";
|
||||
}
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user