about summary refs log tree commit diff
path: root/README.md
blob: 40f9d62b992edfd3f1d7946caf2f24f8e322c722 (plain)
1
2
3
4
5
6
7
8
9
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.