1
0
Fork 0
mirror of https://github.com/NeoCloud/NeoNetwork synced 2024-06-18 20:08:42 +08:00
NeoNetwork/nodes.dot
2020-04-20 22:25:40 +08:00

45 lines
1 KiB
Plaintext

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 (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"]
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]
JerryXiao -> pan [dir=both]
JerryXiao -> ucbvax [dir=both]
}