wireguard: Add security warning in template

Signed-off-by: Frederico Gomes <fredericojfgomes@gmail.com>
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
Frederico Gomes 2026-03-25 15:56:41 +00:00 committed by James Valleroy
parent 5f25fc56a5
commit 941a597bc9
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808

View File

@ -37,6 +37,19 @@
{% endif %}
<h4>{% trans "Client configuration file" %}</h4>
<p>
{% blocktrans trimmed %}
Download the configuration file (.conf) for manual import,
or use the QR code to import directly from your WireGuard mobile app.
{% endblocktrans %}
</p>
<p class="alert alert-warning">
<strong>{% trans "Warning:" %}</strong>
{% blocktrans trimmed %}
Treat this QR code like a password.
Anyone who scans it can gain VPN access if the connection is enabled.
{% endblocktrans %}
</p>
<div class="form-group">
<div class="btn-toolbar">
<a href="{% url 'wireguard:auto-add-client-download' %}"