{% extends "base.html" %} {% block content %}

VPN Session Logs

API Endpoints

Get all logs: /api/logs

Filter logs by gateway: /api/logs?gateway={{ selected_gateway }}

Get all gateways: /api/gateways

Get log content: /api/log-content/{filename}

{% for log in logs %} {% else %} {% endfor %}
Gateway Timestamp Actions
{{ log.gateway }} {{ log.timestamp.strftime('%Y-%m-%d %H:%M:%S UTC') }} View
No logs found
{% endblock %}