mirror of
https://github.com/NeoCloud/NeoNetwork
synced 2024-11-22 09:20: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"]
|
||||
JerryXiao [label="jpn.neo.jerryxiao.cc"]
|
||||
|
||||
subgraph cluster_croom {
|
||||
subgraph cluster_croom
|
||||
{
|
||||
label = "CROOM";
|
||||
|
||||
NNPCC -> croom [dir=both]
|
||||
|
@ -48,16 +49,21 @@ digraph "NeoNetwork Nodes"
|
|||
pan -> ucbvax [dir=both]
|
||||
c -> staph
|
||||
ucbvax -> chenx97 [dir=both]
|
||||
icecat_Notebook -> icecat_Explosion
|
||||
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
|
||||
magicneko_CN01 -> icecat_Explosion
|
||||
magicneko_CN01 -> icecat_Notebook
|
||||
|
||||
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
|
||||
}
|
||||
|
||||
JerryXiao -> pan [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