segfault/README.md
2022-02-28 10:44:25 +00:00

459 B

l0pht

Regional Cluster design:

graph TD;
    Shell1-->Host1;
    Shell2-->Host1;
    Shell3-->Host2;
    Shell4-->Host2;
    Shell5-->Host2;
    Host1-->OpenVPN;
    Host2-->OpenVPN;
    OpenVPN -- Leaving Cluster -->NordVPN
    NordVPN-->INTERNETZ
  1. Host[12] are running SSHD with special shell that spawns a docker-shell for every new connection.
  2. Host run vagrant VM???

Cluster can be deployed in various regions for less latency.