Add node
All checks were successful
/ deploy (push) Successful in 29s

This commit is contained in:
Minecon724 2024-12-21 17:48:39 +01:00
parent e830b7047d
commit c78c3ff331
Signed by: Minecon724
GPG key ID: 3CCC4D267742C8E8
4 changed files with 23 additions and 2 deletions

View file

@ -1,3 +1,4 @@
fdfe:8d0:7450:100::/56,NL,,Amsterdam, fdfe:8d0:7450:100::/56,NL,,Amsterdam,
fdfe:8d0:7450:200::/56,DE,,Nuremberg, fdfe:8d0:7450:200::/56,DE,,Nuremberg,
fdfe:8d0:7450:300::/56,PL,,Warsaw, fdfe:8d0:7450:300::/56,PL,,Warsaw,
fdfe:8d0:7450:400::/56,FR,,Paris,
1 fdfe:8d0:7450:100::/56 NL Amsterdam
2 fdfe:8d0:7450:200::/56 DE Nuremberg
3 fdfe:8d0:7450:300::/56 PL Warsaw
4 fdfe:8d0:7450:400::/56 FR Paris

View file

@ -26,4 +26,11 @@ Prefix hostname with `ipv4.` to force IPv4 \
- Public key: `v854+5m4Diqh8oGo6/sGVS7LELsreIjMujkWqwc6bWo=` - Public key: `v854+5m4Diqh8oGo6/sGVS7LELsreIjMujkWqwc6bWo=`
- Link local: `fe80::129:3` - Link local: `fe80::129:3`
- Pingable: `fdfe:8d0:7450:300::` - Pingable: `fdfe:8d0:7450:300::`
- Hosting: [Skhron](https://skhron.com.ua/aff.php?aff=23) - Hosting: [Skhron](https://skhron.com.ua/aff.php?aff=23)
### Paris, France
- `fr1.420129.xyz` 100 Mbps (v6)
- Public key: `uT+GQ291rjmK9/lBStKfcUdstf2PAcvoQfbdJYRc7A0=`
- Link local: `fe80::129:4`
- Pingable: `fdfe:8d0:7450:400::`
- Hosting: [Scaleway](https://www.scaleway.com/en/)

View file

@ -22,6 +22,7 @@
<li>Warsaw, Poland</li> <li>Warsaw, Poland</li>
<li>Nuremberg, Germany</li> <li>Nuremberg, Germany</li>
<li>Netherlands, Amsterdam</li> <li>Netherlands, Amsterdam</li>
<li>Paris, France</li>
</ul> </ul>
<p>Peering requirements</p> <p>Peering requirements</p>

View file

@ -53,6 +53,16 @@ var nodes = {
description: `I don't know where exactly`, description: `I don't know where exactly`,
publicKey: "iZfLBtF6BiQvdKXx4Yl02u+OL6ls35gSpWCRmB9q4lU=", publicKey: "iZfLBtF6BiQvdKXx4Yl02u+OL6ls35gSpWCRmB9q4lU=",
linkLocal: "fe80::129:1" linkLocal: "fe80::129:1"
},
fr1: {
country: 'fr',
location: [48.8575258, 2.3514315],
city: "Paris, France",
hostname: "fr1.420129.xyz",
datacenter: "scaleway PAR 1",
description: `I don't know where exactly`,
publicKey: "uT+GQ291rjmK9/lBStKfcUdstf2PAcvoQfbdJYRc7A0=",
linkLocal: "fe80::129:4"
} }
} }
@ -161,6 +171,8 @@ line(de1t, nodes.pl1.location, "de1 - pl1<br><strong>24ms</strong>");
line(de1t, nodes.nl1.location, "de1 - nl1<br><strong>10ms</strong>"); line(de1t, nodes.nl1.location, "de1 - nl1<br><strong>10ms</strong>");
line(nodes.nl1.location, nodes.pl1.location, "pl1 - nl1<br><strong>23ms</strong>"); line(nodes.nl1.location, nodes.pl1.location, "pl1 - nl1<br><strong>23ms</strong>");
line(nodes.nl1.location, nodes.fr1.location, "fr1 - nl1<br><strong>10ms</strong>");
/*map.on("dragstart", function () { /*map.on("dragstart", function () {
dismissPopup(false); dismissPopup(false);
});*/ });*/