From 3349c5807b4bbbd0e8251cd6fa12d075f09fa93e Mon Sep 17 00:00:00 2001 From: Minecon724 Date: Sat, 9 Aug 2025 22:22:34 +0200 Subject: [PATCH] Add internal connection --- nodes.md | 4 ++-- src/map/map.js | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/nodes.md b/nodes.md index 5776441..2e9d4e0 100644 --- a/nodes.md +++ b/nodes.md @@ -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` diff --git a/src/map/map.js b/src/map/map.js index ebd8774..e0593fd 100644 --- a/src/map/map.js +++ b/src/map/map.js @@ -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 }, ]; /* ------ */