mirror of
https://github.com/NeoCloud/NeoNetwork
synced 2024-11-16 09:50:41 +08:00
71 lines
2 KiB
Text
71 lines
2 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)"]
|
|
croom [label="CROOM\n(10.127.1.0/24)"]
|
|
ns [label="NeoSystem\n(10.127.255.80)"]
|
|
ncuiqh [label="ncuiqh.nerdpol.ovh"]
|
|
fionaLHS [label="fiona.yukipedia.cf"]
|
|
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"]
|
|
staph_CN [label="cnhome.aureus.ga\n(10.127.8.187)"]
|
|
chenx97 [label="chenx97.neocloud.tw"]
|
|
JerryXiao [label="jpn.neo.jerryxiao.cc"]
|
|
|
|
subgraph cluster_croom
|
|
{
|
|
label = "CROOM";
|
|
|
|
NNPCC -> croom [dir=both]
|
|
NeoBOX -> croom [dir=both]
|
|
cklvax -> croom [dir=both]
|
|
NeoStorage -> croom [dir=both]
|
|
}
|
|
|
|
croom -> np11 [dir=both]
|
|
np11 -> ucbvax
|
|
np11 -> pan
|
|
np11 -> c
|
|
ucbvax -> c [dir=both]
|
|
ns -> ucbvax
|
|
ncuiqh -> c [dir=both]
|
|
fionaLHS -> ucbvax [dir=both]
|
|
ns -> pan
|
|
icecat_Explosion -> ucbvax [dir=both]
|
|
pan -> ucbvax [dir=both]
|
|
c -> staph
|
|
staph -> staph_CN
|
|
ucbvax -> chenx97 [dir=both]
|
|
|
|
subgraph cluster_magicneko
|
|
{
|
|
label="MagicNeko Network";
|
|
|
|
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]
|
|
}
|