mirror of
https://github.com/NeoCloud/NeoNetwork
synced 2024-11-05 05:22:24 +08:00
77 lines
2.3 KiB
Text
77 lines
2.3 KiB
Text
digraph "NeoNetwork Nodes"
|
|
{
|
|
label="NeoNetwork Nodes";
|
|
labelloc="t";
|
|
rankdir=LR;
|
|
node [shape=box]
|
|
c [label="caasih.neocloud.tw\n(10.127.0.1)"]
|
|
ucbvax [label="router.neocloud.tw\n(10.127.255.2)"]
|
|
np11 [label="NeoPDP-11\n(10.127.255.1,\n10.127.1.1)"]
|
|
ns [label="NeoSystem\n(10.127.255.80)"]
|
|
ncuiqh [label="ncuiqh.nerdpol.ovh\n(LEGACY)"]
|
|
fionaLHS [label="fiona.yukipedia.cf\n(LEGACY)"]
|
|
pan [label="r2.neocloud.tw\n(10.127.3.1)"]
|
|
icecat_Explosion [label="hk-01.nextmoe.cloud.imiku.cn"]
|
|
icecat_Notebook [label="Notebook\n(10.127.0.64/30,\n10.127.4.100)"]
|
|
magicneko_HK01 [label="M-HK1\n(10.127.4.1)"]
|
|
magicneko_HK02 [label="M-HK2\n(10.127.4.10)"]
|
|
magicneko_JP01 [label="M-JP1\n(10.127.4.11)"]
|
|
magicneko_HK03 [label="M-HK3\n(10.127.4.12)"]
|
|
magicneko_JP02 [label="M-JP2\n(10.127.4.13)"]
|
|
magicneko_RU01 [label="M-RU1\n(10.127.4.14)"]
|
|
magicneko_JP03 [label="M-JP3\n(10.127.4.15)"]
|
|
staph [label="s.aureus.ga\n(AS4200078274)"]
|
|
staph_CN [label="cnhome.aureus.ga\n(10.127.8.187)\n(AS4200078274)"]
|
|
chenx97 [label="chenx97.neocloud.tw\n(AS4200114514)"]
|
|
JerryXiao [label="jpn.neo.jerryxiao.cc\n(AS4200066666)"]
|
|
septs [label="bgp.septs.me\n(AS4200055555)"]
|
|
lantian [label="lantian\n(AS4200002547)"]
|
|
|
|
subgraph cluster_AS4201048576
|
|
{
|
|
label = "NeoNetwork (AS4201048576)";
|
|
|
|
NNPCC -> np11 [dir=both]
|
|
NeoBOX -> np11 [dir=both]
|
|
cklvax -> np11 [dir=both]
|
|
NeoStorage -> np11 [dir=both]
|
|
np11 -> ucbvax
|
|
np11 -> pan
|
|
np11 -> c
|
|
ucbvax -> c [dir=both]
|
|
ns -> ucbvax
|
|
ns -> pan
|
|
pan -> ucbvax [dir=both]
|
|
}
|
|
|
|
ncuiqh -> c [dir=both]
|
|
fionaLHS -> ucbvax [dir=both]
|
|
icecat_Explosion -> ucbvax [dir=both]
|
|
c -> staph
|
|
staph -> staph_CN
|
|
ucbvax -> chenx97 [dir=both]
|
|
|
|
subgraph cluster_AS4200012450
|
|
{
|
|
label="MagicNeko Network (4200012450)";
|
|
|
|
magicneko_HK01-> icecat_Explosion
|
|
magicneko_HK02-> icecat_Explosion
|
|
magicneko_JP01 -> icecat_Explosion
|
|
magicneko_HK03 -> icecat_Explosion
|
|
magicneko_JP02 -> icecat_Explosion
|
|
magicneko_RU01 -> icecat_Explosion
|
|
magicneko_JP03 -> icecat_Explosion
|
|
icecat_Notebook -> icecat_Explosion
|
|
}
|
|
|
|
JerryXiao -> pan [dir=both]
|
|
JerryXiao -> ucbvax [dir=both]
|
|
magicneko_JP03 -> JerryXiao [dir=both]
|
|
lantian -> septs [dir=both]
|
|
lantian -> JerryXiao [dir=both]
|
|
JerryXiao -> septs [dir=both]
|
|
magicneko_JP03 -> septs [dir=both]
|
|
staph -> septs [dir=both]
|
|
ucbvax -> septs [dir=both]
|
|
}
|