From 522cf3285a0754d11e644af1c660b12faeb0bc8f Mon Sep 17 00:00:00 2001 From: Minecon724 Date: Tue, 1 Jul 2025 11:52:14 +0200 Subject: [PATCH] Remove node --- nodes.md | 7 ------- src/index.html | 1 - src/map/map.js | 14 -------------- 3 files changed, 22 deletions(-) diff --git a/nodes.md b/nodes.md index ba1d8cd..012c122 100644 --- a/nodes.md +++ b/nodes.md @@ -41,10 +41,3 @@ Prefix hostname with `ipv4.` to force IPv4 \ - Link local: `fe80::129:5` - Pingable: `fdfe:8d0:7450:500::` - Hosting: [No Ack Hosting](https://noackhosting.se) - -### Helsinki, Finland -- `fi1.420129.xyz` 500+ Mbps (v6 + NAT v4) -- Public key: `GXCLHfUCTjB04RblC0H32lnXyCX/9pTuiWKJTMeyKlg=` -- Link local: `fe80::129:6` -- Pingable: `fdfe:8d0:7450:600::` -- Hosting: [Mikrus](https://mikr.us/) diff --git a/src/index.html b/src/index.html index 2a52862..aec67a5 100644 --- a/src/index.html +++ b/src/index.html @@ -24,7 +24,6 @@
  • Netherlands, Amsterdam
  • Paris, France
  • Stockholm, Sweden
  • -
  • Helsinki, Finland
  • Peering requirements

    diff --git a/src/map/map.js b/src/map/map.js index 5be8bfe..8f3e95f 100644 --- a/src/map/map.js +++ b/src/map/map.js @@ -69,16 +69,6 @@ var nodes = { publicKey: "tS6j+/aroaMYT/mbzv4xDGI7bc6/LAgwc/KKrw/LIVI=", linkLocal: "fe80::129:5" }, - fi1: { - country: 'fi', - location: [60.3435297, 25.030997], - city: "Helsinki, Finland", - hostname: "fi1.420129.xyz", - datacenter: "Hetzner Data Center Park Helsinki", - description: ``, - publicKey: "GXCLHfUCTjB04RblC0H32lnXyCX/9pTuiWKJTMeyKlg=", - linkLocal: "fe80::129:6" - } } function line(from, to, popup) { @@ -189,10 +179,6 @@ line(nodes.nl1.location, nodes.fr1.location, "fr1 - nl1
    10ms line(nodes.nl1.location, nodes.se1.location, "fr1 - se1
    20ms"); line(nodes.de1.location, nodes.se1.location, "de1 - se1
    27ms"); -line(nodes.fi1.location, nodes.se1.location, "fi1 - se1
    8ms"); -line(nodes.fi1.location, nodes.nl1.location, "fi1 - nl1
    29ms"); -line(nodes.fi1.location, nodes.de1.location, "fi1 - de1
    34ms"); - /*map.on("dragstart", function () { dismissPopup(false); });*/