The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# Three non-overlapping groups

group.dmz { fill: #ffa070; }
group.outer { fill: #f07070; }

( Internal Network:
  [ Workstation ]
) { fill: #70b070; }
  
[ Workstation ] --> [ Inner Firewall ]

( DMZ:
[ Inner Firewall ] -> [ Proxy ]
--> [ Outer Firewall ]
[ Proxy ] --> [ Database\n Server ]
) { class: dmz; }

( Outer: 
  [ Internet ]
) { class: outer }

[ Outer Firewall ] --> [ Internet ]