Remove node
Some checks failed
/ deploy (push) Has been cancelled

This commit is contained in:
Minecon724 2025-07-01 11:52:14 +02:00
commit 522cf3285a
Signed by: Minecon724
GPG key ID: A02E6E67AB961189
3 changed files with 0 additions and 22 deletions

View file

@ -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/)

View file

@ -24,7 +24,6 @@
<li>Netherlands, Amsterdam</li>
<li>Paris, France</li>
<li>Stockholm, Sweden</li>
<li>Helsinki, Finland</li>
</ul>
<p>Peering requirements</p>

View file

@ -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<br><strong>10ms</strong>
line(nodes.nl1.location, nodes.se1.location, "fr1 - se1<br><strong>20ms</strong>");
line(nodes.de1.location, nodes.se1.location, "de1 - se1<br><strong>27ms</strong>");
line(nodes.fi1.location, nodes.se1.location, "fi1 - se1<br><strong>8ms</strong>");
line(nodes.fi1.location, nodes.nl1.location, "fi1 - nl1<br><strong>29ms</strong>");
line(nodes.fi1.location, nodes.de1.location, "fi1 - de1<br><strong>34ms</strong>");
/*map.on("dragstart", function () {
dismissPopup(false);
});*/