Remove dead nodes
All checks were successful
/ deploy (push) Successful in 1m31s

This commit is contained in:
Minecon724 2024-12-04 11:50:01 +01:00
parent fcdf21c8c8
commit bf672d2727
Signed by: Minecon724
GPG key ID: 3CCC4D267742C8E8
4 changed files with 2 additions and 42 deletions

View file

@ -1,4 +1,3 @@
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,IT,,Rome,
1 fdfe:8d0:7450:100::/56 NL Amsterdam
2 fdfe:8d0:7450:200::/56 DE Nuremberg
3 fdfe:8d0:7450:300::/56 PL Warsaw
fdfe:8d0:7450:400::/56 IT Rome

View file

@ -26,17 +26,3 @@ If not specified, nodes are clearnet IPv6 only
- 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)
### Rome, Italy
- `it1.420129.xyz` 500 Mbps
- Public key: `WiHsWwq0TKphHD3PSf8MD9evRiaTRVvldiqvPhKmsVA=`
- Link local: `fe80::129:4`
- Pingable: `fdfe:8d0:7450:400::`
- Hosting: [C1V Hosting](https://www.c1vhosting.it/)
### Stockholm, Sweden
- `se1.420129.xyz` 1 Gbps
- Public key: `4X8z+kvm6r5bzfDm6eVOZm4XTq+W1XFNDt+Os3RXOnI=`
- Link local: `fe80::129:5`
- Pingable: `fdfe:8d0:7450:500::`
- Hosting: [Skhron](https://skhron.com.ua/aff.php?aff=23)

View file

@ -13,12 +13,11 @@
<p>Open for peering in:</p> <p>Open for peering in:</p>
<ul> <ul>
<li>Warsaw, Poland</li> <li>Warsaw, Poland</li>
<li>Rome. Italy</li>
<li>Nuremberg, Germany</li> <li>Nuremberg, Germany</li>
<li>Netherlands, Amsterdam</li> <li>Netherlands, Amsterdam</li>
</ul> </ul>
<p>Peering recommendations, not strictly requirements</p> <p>Peering recommendations (not strictly requirements)</p>
<ul> <ul>
<li>Justifiable latency. For example, "high ping because 3G"</li> <li>Justifiable latency. For example, "high ping because 3G"</li>
<li>One peering per one node, closest node</li> <li>One peering per one node, closest node</li>
@ -34,7 +33,6 @@
<li><a class=sel href="mailto:dn42@m724.eu">dn42@m724.eu</a>, <a download href="/dn724_0x2A78FF14_public.asc">GPG</a></li> <li><a class=sel href="mailto:dn42@m724.eu">dn42@m724.eu</a>, <a download href="/dn724_0x2A78FF14_public.asc">GPG</a></li>
<li>Telegram: <a class=sel href="https://t.me/minecon724">@minecon724</a></li> <li>Telegram: <a class=sel href="https://t.me/minecon724">@minecon724</a></li>
<li>Discord: <span class=sel>minecon724</span></li> <li>Discord: <span class=sel>minecon724</span></li>
<li>Session: <span class=sel>05293535c0f0b5ae76a663f3f875582590edd77abd72ab9b12f3acbe4bb078aa49</span></li>
</ul> </ul>
<p>Other</p> <p>Other</p>

View file

@ -53,26 +53,6 @@ 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"
},
it1: {
country: 'it',
location: [41.66806722233489, 12.503981281868477],
city: "Rome, Italy",
hostname: "it1.420129.xyz",
datacenter: "c1vhosting?",
description: `Location also approximate, there's no evidence of the existence of the data center`,
publicKey: "",
linkLocal: "fe80::129:4"
},
se1: {
country: 'se',
location: [59.40917936961455, 17.949191427612632],
city: "Stockholm, Sweden",
hostname: "se1.420129.xyz",
datacenter: "Obe Kista Gate",
description: `Routing south almost always through Amsterdam, hence the connection`,
publicKey: "",
linkLocal: "fe80::129:5"
} }
} }
@ -179,10 +159,7 @@ for (let node of Object.values(nodes)) {
line(nodes.de1.location, de1t, "Tunnel (already included in other labels)<br><strong>4ms</strong>"); line(nodes.de1.location, de1t, "Tunnel (already included in other labels)<br><strong>4ms</strong>");
line(de1t, nodes.pl1.location, "de1 - pl1<br><strong>24ms</strong>"); 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(de1t, nodes.se1.location, "de1 - se1<br><strong>29ms</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.it1.location, "it1 - nl1<br><strong>25ms</strong>");
line(nodes.nl1.location, nodes.se1.location, "se1 - nl1<br><strong>21ms</strong>");
/*map.on("dragstart", function () { /*map.on("dragstart", function () {
dismissPopup(false); dismissPopup(false);