mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-05-27 10:44:33 +00:00
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:
parent
5f25fc56a5
commit
941a597bc9
@ -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' %}"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user