Updated docker and repo check for no internet connection

This commit is contained in:
2025-01-14 12:44:07 +02:00
parent 7ebe3e7014
commit 8b2169dc7b
13 changed files with 178 additions and 22 deletions

View File

@@ -114,7 +114,7 @@ internal static class OnlineFunctions
try
{
using var client = new HttpClient();
await client.GetStringAsync("https://www.google.com");
await client.GetStringAsync("files.wizzy-server.ro");
result = true;
}
catch