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"]
|
2019-11-21 11:04:17 +08:00
|
|
|
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"]
|
2020-03-12 09:26:27 +08:00
|
|
|
icecat_Explosion [label="hk-01.nextmoe.cloud.imiku.cn"]
|
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]
|
|
|
|
}
|
|
|
|
|
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]
|
2019-11-21 11:04:17 +08:00
|
|
|
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
|
2020-03-12 09:26:27 +08:00
|
|
|
icecat_Explosion -> ucbvax [dir=both]
|
2019-10-27 18:33:05 +08:00
|
|
|
}
|