From c4ff903c57bc679789c5f6726529bb165588790e Mon Sep 17 00:00:00 2001 From: Cinka Date: Sun, 15 Jun 2025 16:29:15 +0300 Subject: [PATCH] - tweak: use proxy --- Nebula.Launcher/LauncherConVar.cs | 4 ++-- Nebula.Shared/CurrentConVar.cs | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Nebula.Launcher/LauncherConVar.cs b/Nebula.Launcher/LauncherConVar.cs index b056051..c888bf9 100644 --- a/Nebula.Launcher/LauncherConVar.cs +++ b/Nebula.Launcher/LauncherConVar.cs @@ -20,13 +20,13 @@ public static class LauncherConVar new AuthServerCredentials( "WizDen", [ - "https://auth.spacestation14.com/", + "https://harpy.durenko.tatar/auth-api/", "https://auth.fallback.spacestation14.com/" ]) ]); public static readonly ConVar Hub = ConVarBuilder.Build("launcher.hub.v2", [ - new ServerHubRecord("WizDen", "https://hub.spacestation14.com/api/servers", null), + new ServerHubRecord("WizDen", "https://harpy.durenko.tatar/hub-api/api/servers", null), new ServerHubRecord("AltHub","https://web.networkgamez.com/api/servers",null) ]); diff --git a/Nebula.Shared/CurrentConVar.cs b/Nebula.Shared/CurrentConVar.cs index 7287877..3b59107 100644 --- a/Nebula.Shared/CurrentConVar.cs +++ b/Nebula.Shared/CurrentConVar.cs @@ -7,14 +7,14 @@ public static class CurrentConVar { public static readonly ConVar EngineManifestUrl = ConVarBuilder.Build("engine.manifestUrl", [ - "https://robust-builds.cdn.spacestation14.com/manifest.json", + "https://harpy.durenko.tatar/manifests/manifest", "https://robust-builds.fallback.cdn.spacestation14.com/manifest.json" ]); public static readonly ConVar EngineModuleManifestUrl = ConVarBuilder.Build("engine.moduleManifestUrl", [ - "https://robust-builds.cdn.spacestation14.com/modules.json", + "https://harpy.durenko.tatar/manifests/modules", "https://robust-builds.fallback.cdn.spacestation14.com/modules.json" ]);