From 45ed434d087fad76dcac2350bdb9643c8b96d763 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20Nilimaa-Sv=C3=A4rd?= Date: Wed, 27 Dec 2023 22:26:36 +0200 Subject: [PATCH] Updated Norway East Norway East have been out of order for a while, this change uses a new storage account. This is to fix #69 --- lib/locations.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/locations.js b/lib/locations.js index 38feba1..cbd7b46 100644 --- a/lib/locations.js +++ b/lib/locations.js @@ -30,7 +30,7 @@ module.exports = () => [ { domain: "speedtestden", name: "Germany North", icon: "de.svg" }, { domain: "speedtestchn", name: "Switzerland North", icon: "ch.svg" }, { domain: "speedtestchw", name: "Switzerland West", icon: "ch.svg" }, - { domain: "azspeednoeast", name: "Norway East", icon: "no.svg" }, + { domain: "speedtestene", name: "Norway East", icon: "no.svg" }, { domain: "speedtestnea", name: "Brazil", icon: "br.svg" }, { domain: "speedtestesc", name: "Sweden Central", icon: "se.svg" }, { domain: "azurespeedtestwestus3", url: "https://azurespeedtestwestus3.z1.web.core.windows.net/", name: "West US 3", icon: "us.svg" },