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

38 lines
832 B
Plaintext
Raw Normal View History

2019-10-27 18:33:05 +08:00
digraph ""
{
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"]
cklvax [label="cklvax"]
neobox [label="NeoBOX"]
2019-10-31 11:09:08 +08:00
local [label="CROOM (10.127.1.0/24)"]
2019-10-27 18:33:05 +08:00
np [label="NeoPortable"]
nv [label="NeoVAX"]
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"]
2019-10-27 18:33:05 +08:00
NeoPMC1 -> local [dir=both]
NeoPMC2 -> local [dir=both]
NeoPMC3 -> local [dir=both]
NeoSYS -> local [dir=both]
NNPCC -> local [dir=both]
np11 -> c
np11 -> ucbvax
ucbvax -> c [dir=both]
cklvax -> local [dir=both]
neobox -> local [dir=both]
local -> np11 [dir=both]
np -> ucbvax
2019-10-27 23:25:22 +08:00
np -> c
2019-10-28 21:47:43 +08:00
nv -> np [dir=both]
ncuiqh -> c [dir=both]
2019-11-23 00:11:28 +08:00
fionaLHS -> ucbvax [dir=both]
2019-12-28 21:25:02 +08:00
np11 -> pan
np -> pan
2019-10-27 18:33:05 +08:00
}