From edcc9ebc03a12f027bcb439f14962efa9dadb04f Mon Sep 17 00:00:00 2001 From: Jacob Adams Date: Sun, 26 Sep 2021 14:14:31 -0400 Subject: doc: Document Wireguard port configuration option. * doc/gnu.texi (VPN Services): Document wireguard port configuration option. Signed-off-by: Mathieu Othacehe --- doc/guix.texi | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc/guix.texi') diff --git a/doc/guix.texi b/doc/guix.texi index 3124ed2ef8..a72a726b54 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -27656,6 +27656,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. -- cgit v1.2.3