Go to file
2022-03-05 17:27:27 +00:00
guest saturday-works2 2022-03-05 17:27:27 +00:00
host saturday-works2 2022-03-05 17:27:27 +00:00
server saturday-works 2022-03-05 17:27:06 +00:00
Makefile initial 2022-03-05 13:17:32 +00:00
README.md Update README.md 2022-02-28 10:44:25 +00:00

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.