This commit is contained in:
parent
0f82855081
commit
3349c5807b
2 changed files with 3 additions and 2 deletions
4
nodes.md
4
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`
|
||||
|
|
|
@ -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 },
|
||||
];
|
||||
|
||||
/* ------ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue