{% extends 'base.html' %} {% block content %}
Интерфейс: {{ meta.get('WG_INTERFACE','wg0') }} | Сеть: {{ meta.get('WG_NETWORK','-') }} | Endpoint: {{ meta.get('SERVER_PUBLIC_IP','-') }}:{{ meta.get('WG_PORT','-') }}
| Имя | Статус | IP | Роуты | AllowedIPs | Endpoint | Handshake | RX | TX | PubKey | Действие |
|---|---|---|---|---|---|---|---|---|---|---|
| {{ p.name }} | {{ p.status }} | {{ p.client_address }} | {{ p.routes }} | {{ p.allowed_ips }} | {{ p.endpoint }} | {{ p.latest_handshake }} | {{ p.rx }} | {{ p.tx }} | {{ p.public_key }} | {% if p.id %} QR/Config {% else %} {% endif %} |