From 941a597bc9cb7ae4d8eabb49b21cdc12af84eca3 Mon Sep 17 00:00:00 2001 From: Frederico Gomes Date: Wed, 25 Mar 2026 15:56:41 +0000 Subject: [PATCH] wireguard: Add security warning in template Signed-off-by: Frederico Gomes Reviewed-by: James Valleroy --- .../templates/wireguard_auto_add_client.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/plinth/modules/wireguard/templates/wireguard_auto_add_client.html b/plinth/modules/wireguard/templates/wireguard_auto_add_client.html index 22a38e8f3..f62346fb6 100644 --- a/plinth/modules/wireguard/templates/wireguard_auto_add_client.html +++ b/plinth/modules/wireguard/templates/wireguard_auto_add_client.html @@ -37,6 +37,19 @@ {% endif %}

{% trans "Client configuration file" %}

+

+ {% blocktrans trimmed %} + Download the configuration file (.conf) for manual import, + or use the QR code to import directly from your WireGuard mobile app. + {% endblocktrans %} +

+

+ {% trans "Warning:" %} + {% blocktrans trimmed %} + Treat this QR code like a password. + Anyone who scans it can gain VPN access if the connection is enabled. + {% endblocktrans %} +