{% extends "base.html" %} {% block title %}Dashboard - WireGuard Admin{% endblock %} {% block content %}
{{ status.name }} {% if status.up %}up {% else %}down{% endif %}
Port {{ status.listen_port or settings.wg_port }}
{{ peers | length }} total, - online
RX {{ status.total_rx | fmt_bytes }}
TX {{ status.total_tx | fmt_bytes }}
| Name | Address | Status | Handshake | RX | TX |
|---|