mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05: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:
parent
4687ee9cac
commit
edcc9ebc03
1 changed files with 3 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue