diff options
author | maride <maride@darknebu.la> | 2018-08-22 13:56:35 +0200 |
---|---|---|
committer | maride <maride@darknebu.la> | 2018-08-22 13:56:35 +0200 |
commit | ff1b1fba7a49011088a05c65309f14b5e7b8892e (patch) | |
tree | 9411789367b05d3076d3e4e2de667b353d2d1185 | |
parent | f8170053c19a9974d7a0f0e906c4832ee134d5c8 (diff) |
Add README
-rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..40f9d62 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# circus-vpn + +Simple VPN container to connect a hacker to their challenge container network. + +## But why? + +PSK (static keys) are easy to use and don't require a valid domain name, compared to TLS encryption. And because we do have a secure channel towards the user anyway (HTTPS), it's no problem to transmit the PSK. + +However, no Docker Container provided PSK support. + |