1
0
Fork 0
mirror of https://github.com/NeoCloud/NeoNetwork synced 2024-06-26 10:08:40 +08:00
NeoNetwork/nodes.dot

40 lines
849 B
Plaintext
Raw Normal View History

2019-12-30 14:40:02 +08:00
digraph "NeoNetwork Nodes"
2019-10-27 18:33:05 +08:00
{
labelloc="t";
2019-10-31 11:09:08 +08:00
label="NeoNetwork Nodes";
2019-10-27 18:33:05 +08:00
rankdir=TD
node [shape=box]
c [label="caasih.nerdpol.ovh"]
2019-10-28 21:47:43 +08:00
ucbvax [label="ucbvax.nerdpol.ovh"]
2019-10-27 18:33:05 +08:00
np11 [label="NeoPDP-11"]
2019-12-30 14:40:02 +08:00
croom [label="CROOM (10.127.1.0/24)"]
2019-10-27 18:33:05 +08:00
np [label="NeoPortable"]
nv [label="NeoVAX"]
ncuiqh [label="ncuiqh.nerdpol.ovh"]
2019-11-23 00:11:28 +08:00
fionaLHS [label="fiona.yukipedia.cf"]
2019-12-28 21:25:02 +08:00
pan [label="r2.tw.pan93412.dedyn.io"]
2019-10-27 18:33:05 +08:00
2019-12-30 14:40:02 +08:00
subgraph cluster_croom {
label = "CROOM";
NeoPMC1 -> croom [dir=both]
NeoPMC2 -> croom [dir=both]
NeoPMC3 -> croom [dir=both]
NeoSYS -> croom [dir=both]
NNPCC -> croom [dir=both]
NeoBOX -> croom [dir=both]
cklvax -> croom [dir=both]
}
2019-10-27 18:33:05 +08:00
np11 -> c
np11 -> ucbvax
2019-12-30 14:40:02 +08:00
np11 -> pan
2019-10-27 18:33:05 +08:00
ucbvax -> c [dir=both]
2019-12-30 14:40:02 +08:00
croom -> np11 [dir=both]
2019-10-27 18:33:05 +08:00
np -> ucbvax
2019-10-28 21:47:43 +08:00
nv -> np [dir=both]
ncuiqh -> c [dir=both]
2019-11-23 00:11:28 +08:00
fionaLHS -> ucbvax [dir=both]
2019-12-28 21:25:02 +08:00
np -> pan
2019-10-27 18:33:05 +08:00
}