Add internal connection
All checks were successful
/ deploy (push) Successful in 1m20s

This commit is contained in:
Minecon724 2025-08-09 22:22:34 +02:00
commit 3349c5807b
Signed by: Minecon724
GPG key ID: A02E6E67AB961189
2 changed files with 3 additions and 2 deletions

View file

@ -13,7 +13,7 @@ Prefix the hostname with `ipv4.` to force IPv4 \
- Pingable: `fdfe:8d0:7450:100::1`
### Nuremberg, Germany 🇩🇪
- `de1.420129.xyz` 1 Gbps (v6 + v4)
- `de1.420129.xyz` 2 Gbps (v6 + v4)
- Public key: `m724+jzo06ECw9TEGEqaJcF6lCk63z8I3k4KDg9sxwM=`
- Link local: `fe80::129:2`
- Pingable: `fdfe:8d0:7450:200::1`
@ -27,7 +27,7 @@ Prefix the hostname with `ipv4.` to force IPv4 \
- Provider: [Skhron](https://skhron.com.ua/aff.php?aff=23)
### Paris, France 🇫🇷
- `fr1.420129.xyz` 100 Mbps (v6 + NAT v4)
- `fr1.420129.xyz` 2.5 Gbps (v6 + NAT v4)
- Public key: `m724+jXW9XbhW730bLCYN+bplPBeqR/J5YPW+m8v22I=`
- Link local: `fe80::129:4`
- Pingable: `fdfe:8d0:7450:400::1`

View file

@ -60,6 +60,7 @@ const connections = [
{ from: 'nl1', to: 'de1', latency: 10 },
{ from: 'nl1', to: 'fr1', latency: 10 },
{ from: 'de1', to: 'pl1', latency: 25 },
{ from: 'de1', to: 'fr1', latency: 16 },
];
/* ------ */