From ad739c22a4cea479134852f80b684c78a17e4253 Mon Sep 17 00:00:00 2001 From: LunaBroeke Date: Thu, 13 Feb 2025 16:46:42 +0100 Subject: [PATCH] servers: updated link to luwuna's server status page Expanded the SSL certificate to also cover luwuna.smoo.it --- src/store/servers.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/store/servers.ts b/src/store/servers.ts index 344be0b..692d633 100644 --- a/src/store/servers.ts +++ b/src/store/servers.ts @@ -84,7 +84,7 @@ export const servers: IServer[] = [ }, { name : 'Luwuna (H&S)', - link : 'https://server.lunabroeke.dev/ServerList', + link : 'https://luwuna.smoo.it/ServerList', server : { host: 'luwuna.smoo.it', ip: '5.180.182.219', port: 1027 }, location : { flag: 'nl', name: 'Netherlands' }, version : linkTree('main', 'LunaBroeke/main', 'LunaBroeke/SmoOnlineServer'), @@ -97,7 +97,7 @@ export const servers: IServer[] = [ }, { name : 'Luwuna (Co-op)', - link : 'https://server.lunabroeke.dev/ServerList', + link : 'https://luwuna.smoo.it/ServerList', server : { host: 'luwuna.smoo.it', ip: '5.180.182.219', port: 1028 }, location : { flag: 'nl', name: 'Netherlands' }, version : linkTree('main', 'LunaBroeke/main', 'LunaBroeke/SmoOnlineServer'), @@ -110,7 +110,7 @@ export const servers: IServer[] = [ }, { name : 'Luwuna (Versus)', - link : 'https://server.lunabroeke.dev/ServerList', + link : 'https://luwuna.smoo.it/ServerList', server : { host: 'luwuna.smoo.it', ip: '5.180.182.219', port: 1029 }, location : { flag: 'nl', name: 'Netherlands' }, version : linkTree('main', 'LunaBroeke/main', 'LunaBroeke/SmoOnlineServer'),