lisenet / docker-openvpn

OpenVPN server in a Docker container.
MIT License
19 stars 2 forks source link

Use tls-crypt instead of tls-auth #11

Closed lisenet closed 9 months ago

lisenet commented 9 months ago

tls-auth Uses a shared group key to sign and verify packets.

tls-crypt does the same as tls-auth, but also encrypts the TLS control channel.