1
0
Fork 0
mirror of https://github.com/NeoCloud/NeoNetwork synced 2024-06-02 04:43:04 +08:00
NeoNetwork/nodes.dot

42 lines
946 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]
2020-04-20 20:36:33 +08:00
c [label="caasih.neocloud.tw"]
ucbvax [label="router.neocloud.tw"]
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)"]
2020-03-15 20:07:52 +08:00
ns [label="NeoSystem"]
ncuiqh [label="ncuiqh.nerdpol.ovh"]
2019-11-23 00:11:28 +08:00
fionaLHS [label="fiona.yukipedia.cf"]
2020-04-20 20:36:33 +08:00
pan [label="r2.neocloud.tw"]
icecat_Explosion [label="hk-01.nextmoe.cloud.imiku.cn"]
2020-04-19 19:39:32 +08:00
staph [label="s.aureus.ga"]
2020-04-20 20:36:33 +08:00
chenx97 [label="chenx97.neocloud.tw"]
2020-04-19 19:39:32 +08:00
2019-12-30 14:40:02 +08:00
subgraph cluster_croom {
2020-01-11 17:36:51 +08:00
label = "CROOM";
2019-12-30 14:40:02 +08:00
NNPCC -> croom [dir=both]
NeoBOX -> croom [dir=both]
cklvax -> croom [dir=both]
2020-03-31 23:31:18 +08:00
NeoStorage -> croom [dir=both]
2019-12-30 14:40:02 +08:00
}
2020-03-15 20:07:52 +08:00
croom -> np11 [dir=both]
2019-10-27 18:33:05 +08:00
np11 -> ucbvax
2019-12-30 14:40:02 +08:00
np11 -> pan
2020-03-15 20:07:52 +08:00
np11 -> c
2019-10-27 18:33:05 +08:00
ucbvax -> c [dir=both]
2020-03-15 20:07:52 +08:00
ns -> ucbvax
ncuiqh -> c [dir=both]
2019-11-23 00:11:28 +08:00
fionaLHS -> ucbvax [dir=both]
2020-03-15 20:07:52 +08:00
ns -> pan
icecat_Explosion -> ucbvax [dir=both]
2020-03-15 20:07:52 +08:00
pan -> ucbvax [dir=both]
2020-04-19 19:39:32 +08:00
c -> staph
2020-04-20 20:11:39 +08:00
ucbvax -> chenx97 [dir=both]
2019-10-27 18:33:05 +08:00
}