{% extends 'base.html' %} {% from '_partials/page_header.html' import page_header %} {% block title %}VPN · OpenVPN{% endblock %} {% block content %} {{ page_header('VPN', tabs=tabs, active_tab='openvpn') }}

OpenVPN

OpenVPN configuration is coming in a future release. Use WireGuard for now.

Open WireGuard →
{% endblock %}