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

69 lines
1.8 KiB
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"]
2020-04-20 23:04:50 +08:00
croom [label="CROOM\n(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"]
2020-04-20 23:04:50 +08:00
icecat_Explosion [label="hk-01.nextmoe.cloud.imiku.cn"]
icecat_Notebook [label="Notebook\n(10.127.0.64/30/10.127.4.100)"]
2020-04-20 23:04:50 +08:00
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)"]
2020-04-20 23:04:50 +08:00
magicneko_JP03 [label="M-JP3\n(10.127.4.15)"]
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-20 22:25:40 +08:00
JerryXiao [label="jpn.neo.jerryxiao.cc"]
2020-04-19 19:39:32 +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]
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
}
2020-04-20 22:25:40 +08:00
JerryXiao -> pan [dir=both]
JerryXiao -> ucbvax [dir=both]
2019-10-27 18:33:05 +08:00
}