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

Клиенты

Интерфейс: {{ meta.get('WG_INTERFACE','wg0') }} | Сеть: {{ meta.get('WG_NETWORK','-') }} | Endpoint: {{ meta.get('SERVER_PUBLIC_IP','-') }}:{{ meta.get('WG_PORT','-') }}

{% for p in peers %} {% endfor %}
ИмяСтатусIPРоутыAllowedIPsEndpointHandshakeRXTXPubKeyДействие
{{ 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 %}
{% endblock %}