diff --git a/nodes.md b/nodes.md index 2c3b74c..30874d9 100644 --- a/nodes.md +++ b/nodes.md @@ -14,7 +14,6 @@ Prefix hostname with `ipv4.` to force IPv4 \ ### Nuremberg, Germany - `de1.420129.xyz` 1 Gbps (v6 + v4) -- **Tunneled to Frankfurt, so +4ms to everywhere. Double that to Nuremberg itself.** - Public key: `N9rGceoiFcc/obnHrqMAmVlrb/E2Br55+doekTKwNF8=` - Link local: `fe80::129:2` - Pingable: `fdfe:8d0:7450:200::1` @@ -41,6 +40,7 @@ Prefix hostname with `ipv4.` to force IPv4 \ - Provider: [No Ack Hosting](https://order.noackhosting.se/?affid=1) ### Frankfurt, Germany +- **(!) Unstable right now** - `de2.420129.xyz` 100 Mbps (v6 + v4) - Public key: `VJMKJEuteSa9izj5f+bUD8bhQL99NnITnxyy0+1Gblw=` - Link local: `fe80::129:7` diff --git a/src/map/map.js b/src/map/map.js index aebd18e..4b2bb63 100644 --- a/src/map/map.js +++ b/src/map/map.js @@ -33,14 +33,14 @@ var nodes = { city: "Nuremberg, Germany", hostname: "de1.420129.xyz", datacenter: "Hetzner", - description: `Tunneled to Frankfurt, +4ms everywhere.` + description: `` }, nl1: { country: 'nl', location: [52.3669969, 4.9002249], city: "Amsterdam, Netherlands", hostname: "nl1.420129.xyz", - datacenter: "Netherlands Northwest eu-amsterdam-1", + datacenter: "oracle cloud eu-amsterdam-1", description: `` }, fr1: { @@ -109,8 +109,6 @@ function onNodeClick(ev, node, clicked) { console.log('b') console.log(opened) if (opened != null) { - //if (ev instanceof MouseEvent) return; - //dismissPopup(); return; } const rect = clicked.getBoundingClientRect(); @@ -127,7 +125,6 @@ function onNodeClick(ev, node, clicked) { ele.style.width = rect.width - 40 + 'px'; // padding or margin ele.style.height = rect.height - 20 + 'px'; ele.style.top = rect.top - 10 + 'px'; - //ele.style.left = rect.left - 10 + 'px'; ele.offsetHeight; @@ -175,8 +172,4 @@ line(nodes.nl1.location, nodes.fr1.location, "nl1 - fr1
10ms line(nodes.nl1.location, nodes.de2.location, "nl1 - de2
7ms"); line(nodes.de1.location, nodes.de2.location, "de2 - de1
5ms"); -line(nodes.de2.location, nodes.pl1.location, "de2 - pl1
24ms"); - -/*map.on("dragstart", function () { - dismissPopup(false); -});*/ +line(nodes.de2.location, nodes.pl1.location, "de2 - pl1
24ms"); \ No newline at end of file