From de4f4f665975c4bc014adadb5efd2caf7a431719 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Mon, 23 Jun 2025 09:54:53 +0000 Subject: [PATCH] about: Add WireGuard support Signed-off-by: Michael Tremer --- src/templates/static/about.html | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/src/templates/static/about.html b/src/templates/static/about.html index 8c345d57..629ee748 100644 --- a/src/templates/static/about.html +++ b/src/templates/static/about.html @@ -81,8 +81,8 @@

- IPFire supports IPsec and OpenVPN for secure site-to-site or - remote access VPNs, with support for hardware acceleration and + IPFire supports IPsec, WireGuard and OpenVPN for secure site-to-site + or remote access VPNs, with support for hardware acceleration and post-quantum cryptography.

@@ -523,6 +523,13 @@
  • Easy connection export to Apple Mac OS/iOS devices
  • +
  • + WireGuard {{ _("New") }} +
      +
    • Net-to-Net and Net-to-Host Mode
    • +
    • QR code generation for easy client import
    • +
    +
  • OpenVPN
      -- 2.47.2