From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:32900) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ipSIW-0007K1-W1 for guix-patches@gnu.org; Thu, 09 Jan 2020 02:32:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ipSIV-0004Ej-OW for guix-patches@gnu.org; Thu, 09 Jan 2020 02:32:04 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:45790) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ipSIV-0004E4-J2 for guix-patches@gnu.org; Thu, 09 Jan 2020 02:32:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ipSIU-0000kg-FN for guix-patches@gnu.org; Thu, 09 Jan 2020 02:32:02 -0500 Subject: [bug#39048] [PATCH] Clarify description of the Pagekite service. Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:53273) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ipSI2-0007IH-BN for guix-patches@gnu.org; Thu, 09 Jan 2020 02:31:35 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ipSI0-0002Q1-UJ for guix-patches@gnu.org; Thu, 09 Jan 2020 02:31:34 -0500 Received: from pelzflorian.de ([5.45.111.108]:33296 helo=mail.pelzflorian.de) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ipSI0-0002Gu-9I for guix-patches@gnu.org; Thu, 09 Jan 2020 02:31:32 -0500 Received: from pelzflorian.localdomain (unknown [5.45.111.108]) by mail.pelzflorian.de (Postfix) with ESMTPSA id 01449360520 for ; Thu, 9 Jan 2020 08:31:29 +0100 (CET) Date: Thu, 9 Jan 2020 08:31:28 +0100 From: Florian Pelz Message-ID: <20200109073128.wi5gsntnypxw4dmn@pelzflorian.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 39048@debbugs.gnu.org * doc/guix.texi (Networking Services): Make clear Pagekite is not necessary with port forwarding. --- doc/guix.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/guix.texi b/doc/guix.texi index df1ba428a5..2a860db4c8 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -14154,8 +14154,8 @@ Package object of the Open vSwitch. @defvr {Scheme Variable} pagekite-service-type This is the service type for the @uref{https://pagekite.net, PageKite} service, a tunneling solution for making localhost servers publicly visible, even from -behind NAT or restrictive firewalls. The value for this service type is a -@code{pagekite-configuration} record. +behind restrictive firewalls or NAT without forwarded ports. The value for +this service type is a @code{pagekite-configuration} record. Here's an example exposing the local HTTP and SSH daemons: -- 2.24.1