mirror of
https://github.com/NeoCloud/NeoNetwork
synced 2024-11-05 11:52:24 +08:00
63 lines
1.8 KiB
Text
63 lines
1.8 KiB
Text
digraph "NeoNetwork Nodes"
|
|
{
|
|
labelloc="t";
|
|
label="NeoNetwork Nodes";
|
|
rankdir=TD
|
|
node [shape=box]
|
|
c [label="caasih.neocloud.tw"]
|
|
ucbvax [label="router.neocloud.tw"]
|
|
np11 [label="NeoPDP-11"]
|
|
croom [label="CROOM\n(10.127.1.0/24)"]
|
|
ns [label="NeoSystem"]
|
|
ncuiqh [label="ncuiqh.nerdpol.ovh"]
|
|
fionaLHS [label="fiona.yukipedia.cf"]
|
|
pan [label="r2.neocloud.tw"]
|
|
icecat_Explosion [label="hk-01.nextmoe.cloud.imiku.cn"]
|
|
icecat_Notebook [label="Notebook\n(10.127.0.64/30)"]
|
|
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 [lebel="M-RU1\n(10.127.4.14)"]
|
|
magicneko_JP03 [label="M-JP3\n(10.127.4.15)"]
|
|
magicneko_CN01 [label="M-CN1\n(10.127.4.100)"]
|
|
staph [label="s.aureus.ga"]
|
|
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
|
|
ucbvax -> chenx97 [dir=both]
|
|
icecat_Notebook -> icecat_Explosion
|
|
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
|
|
magicneko_CN01 -> icecat_Explosion
|
|
magicneko_CN01 -> icecat_Notebook
|
|
JerryXiao -> pan [dir=both]
|
|
JerryXiao -> ucbvax [dir=both]
|
|
}
|