diff options
-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. + |