3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

doc: Document Wireguard port configuration option.

* doc/gnu.texi (VPN Services): Document wireguard port configuration option.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
This commit is contained in:
Jacob Adams 2021-09-26 14:14:31 -04:00 committed by Mathieu Othacehe
parent 4687ee9cac
commit edcc9ebc03
No known key found for this signature in database
GPG key ID: 8354763531769CA6

View file

@ -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.