parent
9d7723e1e0
commit
522cf3285a
3 changed files with 0 additions and 22 deletions
7
nodes.md
7
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/)
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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);
|
||||
});*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue