From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4b02rS5gbbz331s for ; Sat, 17 May 2025 12:12:24 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4b02rP2bx0z2xWD for ; Sat, 17 May 2025 12:12:21 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4b02rN4HLRz8C; Sat, 17 May 2025 12:12:20 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1747483940; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=dLyXWWL5yjGUWMXRd93yKPpyel5SC+P6JRrItJ+xojU=; b=Dq/67m/y8HKu/trbSAZsj46zFNR9jVBHrhMaKckCvJDvnLHd3SCIop8maIuvkUtFecl0dC a1FMoasAeTNgijAA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1747483940; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=dLyXWWL5yjGUWMXRd93yKPpyel5SC+P6JRrItJ+xojU=; b=fH1L4SW/EI005pxjH94ff+WYhVtExom9ae3xUS5Vi2qzE4cf+LnqKjI+mRQds3cBTTWv0z XNbHqqNreC279a4CqruC4gPg1E8FifHhWy39j3n/LLchAvSLe2mdgQYUhLA657XthEiZA4 TkRQAs58rGJnVWIZv4vB3TBq/pJYYkoPOcrd9SoidsUGhui4nAK6XYHR8/5ZtLZwMSf4z5 rSp6VKZ6JMUC4k5bDTkcSLPS8/koCtRUxnqo/p/Da/JfQhBqPMe5YyaqUq1P6jXQFd3SrN B9E7YqK5D8jPoXlZYGPfQtDWcUq0R3Xb7dpiOzjluX8QJB+Gj9vFGPgfMUXGcg== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] manualpages: Fixes bug13849 - adds manual link to wireguard page Date: Sat, 17 May 2025 14:12:17 +0200 Message-ID: <20250517121217.3282292-1-adolf.belka@ipfire.org> Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Fixes: bug13849 Tested-by: Adolf Belka Signed-off-by: Adolf Belka --- config/cfgroot/manualpages | 1 + 1 file changed, 1 insertion(+) diff --git a/config/cfgroot/manualpages b/config/cfgroot/manualpages index 1f7e01efc..354fd9c0e 100644 --- a/config/cfgroot/manualpages +++ b/config/cfgroot/manualpages @@ -48,6 +48,7 @@ wakeonlan.cgi=configuration/network/wake-on-lan # Services menu vpnmain.cgi=configuration/services/ipsec +wireguard.cgi=configuration/services/wireguard ovpnmain.cgi=configuration/services/openvpn ddns.cgi=configuration/services/dyndns time.cgi=configuration/services/ntp -- 2.49.0