diff options
author | Jacob Adams <jacob@tookmund.com> | 2021-09-26 14:14:31 -0400 |
---|---|---|
committer | Mathieu Othacehe <othacehe@gnu.org> | 2021-09-29 13:16:59 +0000 |
commit | edcc9ebc03a12f027bcb439f14962efa9dadb04f (patch) | |
tree | 9b4903583fa37f6c373d1bf3baf91eb0476fe4fd /doc/guix.texi | |
parent | 4687ee9cacae7dcc63d44365062de30e20da8b0e (diff) |
doc: Document Wireguard port configuration option.
* doc/gnu.texi (VPN Services): Document wireguard port configuration option.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
Diffstat (limited to 'doc/guix.texi')
-rw-r--r-- | doc/guix.texi | 3 |
1 files changed, 3 insertions, 0 deletions
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. |