From ff1b1fba7a49011088a05c65309f14b5e7b8892e Mon Sep 17 00:00:00 2001 From: maride Date: Wed, 22 Aug 2018 13:56:35 +0200 Subject: Add README --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md 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. + -- cgit 1.4.1