Update node info
All checks were successful
/ deploy (push) Successful in 1m31s

This commit is contained in:
Minecon724 2025-03-13 19:46:41 +01:00
parent 64b9bd1aec
commit 2a94932c09
Signed by untrusted user who does not match committer: Minecon724
GPG key ID: 3CCC4D267742C8E8
2 changed files with 6 additions and 6 deletions

View file

@ -7,11 +7,11 @@ Prefix hostname with `ipv4.` to force IPv4 \
**Ping both v4 and v6! If IPv4 is better, use it**
### Amsterdam, Netherlands
- `nl1.420129.xyz` 100 Mbps (v6)
- `nl1.420129.xyz` 500 Mbps (v6 + v4)
- Public key: `iZfLBtF6BiQvdKXx4Yl02u+OL6ls35gSpWCRmB9q4lU=`
- Link local: `fe80::129:1`
- Pingable: `fdfe:8d0:7450:100::`
- Hosting: [Scaleway](https://www.scaleway.com/en/)
- Hosting: Oracle Cloud
### Frankfurt, Germany
- `de1.420129.xyz` 1 Gbps (v6 + v4)
@ -47,4 +47,4 @@ Prefix hostname with `ipv4.` to force IPv4 \
- Public key: `GXCLHfUCTjB04RblC0H32lnXyCX/9pTuiWKJTMeyKlg=`
- Link local: `fe80::129:6`
- Pingable: `fdfe:8d0:7450:600::`
- Hosting: [Mikrus](https://mikr.us/)
- Hosting: [Mikrus](https://mikr.us/)

View file

@ -46,10 +46,10 @@ var nodes = {
},
nl1: {
country: 'nl',
location: [52.36679746122722, 4.891598348592709],
location: [52.3669969, 4.9002249],
city: "Amsterdam, Netherlands",
hostname: "nl1.420129.xyz",
datacenter: "scaleway AMS-1",
datacenter: "Netherlands Northwest eu-amsterdam-1",
description: ``,
publicKey: "iZfLBtF6BiQvdKXx4Yl02u+OL6ls35gSpWCRmB9q4lU=",
linkLocal: "fe80::129:1"
@ -200,4 +200,4 @@ line(nodes.fi1.location, nodes.de1.location, "fi1 - de1<br><strong>34ms</strong>
/*map.on("dragstart", function () {
dismissPopup(false);
});*/
});*/