chore: remove us-cdn

This commit is contained in:
alterware
2025-11-30 17:43:43 +01:00
parent f9a64a9a45
commit 4e7f2fa03b
3 changed files with 3 additions and 6 deletions

View File

@@ -12,10 +12,7 @@ pub const GH_OWNER: &str = "alterware";
pub const GH_REPO: &str = "alterware-launcher";
pub const DEFAULT_MASTER: &str = "https://cdn.alterware.ovh";
pub const CDN_HOSTS: [Server; 2] = [
Server::new("cdn.alterware.ovh"),
Server::new("us-cdn.alterware.ovh"),
];
pub const CDN_HOSTS: [Server; 1] = [Server::new("cdn.alterware.ovh")];
pub static USER_AGENT: Lazy<String> = Lazy::new(|| {
format!(