Files
devops/perl/lib/Graph-Easy-0.76/t/txt/10_repair.txt
2025-09-17 16:08:16 +08:00

30 lines
597 B
Plaintext

( DMZ1:
[ 1Backend ]
[ 1Database ]
[ 1Proxy ]
[ 1Server ]
)
( DMZ:
[ Backend ]
[ Database ]
[ Proxy ]
[ Server ]
)
[ 1Proxy ] --> [ 1Check ]
[ 1Proxy ] --> [ 1Check ]
[ 1Proxy ] --> { flow: south; } [ 1Database ]
[ 1Proxy ] --> { flow: south; } [ 1Database ]
[ 1Proxy ] --> [ 1Server ]
[ 1Proxy ] --> [ 1Server ]
[ Proxy ] --> [ Check ]
[ Proxy ] --> { flow: south; } [ Database ]
[ Proxy ] --> [ Server ]
[ 1Check ] --> [ 1Backend ]
[ 1Check ] --> [ 1Backend ]
[ 1Database ] --> [ 1Backend ]
[ 1Database ] --> [ 1Backend ]
[ Check ] --> [ Backend ]
[ Database ] --> [ Backend ]