mirror of
https://github.com/NeoCloud/NeoNetwork
synced 2024-11-22 20:40:41 +08:00
Graph: move all magicneko to a subgraph
This commit is contained in:
parent
6356878317
commit
6b2e844a44
2 changed files with 17 additions and 11 deletions
28
nodes.dot
28
nodes.dot
|
@ -26,7 +26,8 @@ digraph "NeoNetwork Nodes"
|
||||||
chenx97 [label="chenx97.neocloud.tw"]
|
chenx97 [label="chenx97.neocloud.tw"]
|
||||||
JerryXiao [label="jpn.neo.jerryxiao.cc"]
|
JerryXiao [label="jpn.neo.jerryxiao.cc"]
|
||||||
|
|
||||||
subgraph cluster_croom {
|
subgraph cluster_croom
|
||||||
|
{
|
||||||
label = "CROOM";
|
label = "CROOM";
|
||||||
|
|
||||||
NNPCC -> croom [dir=both]
|
NNPCC -> croom [dir=both]
|
||||||
|
@ -48,16 +49,21 @@ digraph "NeoNetwork Nodes"
|
||||||
pan -> ucbvax [dir=both]
|
pan -> ucbvax [dir=both]
|
||||||
c -> staph
|
c -> staph
|
||||||
ucbvax -> chenx97 [dir=both]
|
ucbvax -> chenx97 [dir=both]
|
||||||
icecat_Notebook -> icecat_Explosion
|
|
||||||
magicneko_HK01-> icecat_Explosion
|
subgraph cluster_magicneko
|
||||||
magicneko_HK02-> icecat_Explosion
|
{
|
||||||
magicneko_JP01 -> icecat_Explosion
|
label="MagicNeko Network";
|
||||||
magicneko_HK03 -> icecat_Explosion
|
|
||||||
magicneko_JP02 -> icecat_Explosion
|
magicneko_HK01-> icecat_Explosion
|
||||||
magicneko_RU01 -> icecat_Explosion
|
magicneko_HK02-> icecat_Explosion
|
||||||
magicneko_JP03 -> icecat_Explosion
|
magicneko_JP01 -> icecat_Explosion
|
||||||
magicneko_CN01 -> icecat_Explosion
|
magicneko_HK03 -> icecat_Explosion
|
||||||
magicneko_CN01 -> icecat_Notebook
|
magicneko_JP02 -> icecat_Explosion
|
||||||
|
magicneko_RU01 -> icecat_Explosion
|
||||||
|
magicneko_JP03 -> icecat_Explosion
|
||||||
|
icecat_Notebook -> icecat_Explosion
|
||||||
|
}
|
||||||
|
|
||||||
JerryXiao -> pan [dir=both]
|
JerryXiao -> pan [dir=both]
|
||||||
JerryXiao -> ucbvax [dir=both]
|
JerryXiao -> ucbvax [dir=both]
|
||||||
}
|
}
|
||||||
|
|
BIN
nodes.png
BIN
nodes.png
Binary file not shown.
Before Width: | Height: | Size: 113 KiB After Width: | Height: | Size: 109 KiB |
Loading…
Reference in a new issue