{% extends 'account_layout.html' %} {% load static %} {% load i18n %} {% block pagetitle %}{% trans 'WireGuard' %}{% endblock %} {% block account_content %}
{% blocktrans trimmed %}
This page lets you manage WireGuard clients.
Each can only have one concurrent connection.
{% endblocktrans %}
{% blocktrans trimmed %}
WireGuard has better performances than OpenVPN, but is not as widely supported.
{% endblocktrans %}
{% trans "Public Key" %} | {% trans "Name" %} | ||
{{ peer.public_key }} | {{peer.name}} |