mirror of
https://github.com/SoPat712/allstarr.git
synced 2026-04-27 12:02:51 -04:00
Compare commits
2 Commits
v1.5.4-beta.1
...
v1.5.4
| Author | SHA1 | Date | |
|---|---|---|---|
|
a87102c8d8
|
|||
|
1fb57aadf0
|
@@ -9,5 +9,5 @@ public static class AppVersion
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// Current application version.
|
/// Current application version.
|
||||||
/// </summary>
|
/// </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[]
|
public static readonly IReadOnlyList<string> SourceUrls = new[]
|
||||||
{
|
{
|
||||||
"https://tidal-uptime.jiffy-puffs-1j.workers.dev/",
|
"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)
|
public static async Task<SquidWtfEndpointCatalog> DiscoverAsync(CancellationToken cancellationToken = default)
|
||||||
|
|||||||
Reference in New Issue
Block a user