1
0
mirror of https://github.com/tiyn/wiki.git synced 2025-04-10 02:27:45 +02:00
wiki/wiki/openvpn.md
2023-10-30 04:55:30 +01:00

956 B

OpenVPN

OpenVPN is a free software to create a VPN via an encrypted TLS connection.

Set up

In the following sections the different set ups of OpenVPN usages are described.

Server

The software can be set up via Docker with the kylemanna image. Additionally to this a client is needed on the system that need access to the server software.

Client

OpenVPN clients can be found for many devices. For Android for example there is OpenVPN for Android in the F-Droid store. For most linux distributions there is a package called openvpn.

Proxy

For OpenVPN a proxy acts as an intermediary between the system communicating with the proxy and the OpenVPN server. A proxy can be set up via Docker with the jonohill image.