guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#50828] [PATCH] doc: Document Wireguard port configuration option.


From: Jacob Adams
Subject: [bug#50828] [PATCH] doc: Document Wireguard port configuration option.
Date: Sun, 26 Sep 2021 14:14:31 -0400

 * doc/gnu.texi: Document wireguard port configuration option.
---
I was surprised to see I couldn't change the listening Wireguard port
but it seems to be just a minor documentation oversight, since the port
option already exists.
Thanks for the excellent operating system, I'm really enjoying using it!

 doc/guix.texi | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/doc/guix.texi b/doc/guix.texi
index a932dbcc09..c6199c38d3 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -27654,6 +27654,9 @@ The interface name for the VPN.
 @item @code{addresses} (default: @code{'("10.0.0.1/32")})
 The IP addresses to be assigned to the above interface.
 
+@item @code{port} (default: @code{51820})
+The port on which to listen for incoming connections.
+
 @item @code{private-key} (default: @code{"/etc/wireguard/private.key"})
 The private key file for the interface.  It is automatically generated if
 the file does not exist.
-- 
2.30.2






reply via email to

[Prev in Thread] Current Thread [Next in Thread]