{% from 'include/input_macros.html' import input, select %} {% if openvpn != '' %} {% for c in openvpn_configs %} {% endfor %}

OpenVPN profiles

Profile name Created
{{c.split('/')[-1]}} {{c.split('/')[0]}}

{% for c in openvpn_sess %} {% endfor %}

OpenVPN sessions

Session name Status
{{c.split(' ')[0]}} {{c.split(' ')[4]}}

Uploading ovpn files

Ovpn file name Upload a file
{{ input('ovpn_upload_name', size='30') }}

Upload

{% else %}

You have not installed OpenVPN client.

There is no server

Read here how to install OpenVPN client.

{% endif %}