Florian Pelz wrote 5 years ago
(address . guix-patches@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(-)
Toggle diff (17 lines)
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