comparison docs/man/man8/fwireguard.rst @ 471:e2555d5fc61f

Implement a fwireguard RC variable to manually determine the names of wireguard interfaces to configure to. By default this variable is set to "AUTO" to determine the interfaces automatically.
author Franz Glasner <fzglas.hg@dom66.de>
date Thu, 22 Aug 2024 14:07:27 +0200
parents 4638f2f68b9d
children
comparison
equal deleted inserted replaced
470:c65a79d84e9e 471:e2555d5fc61f
24 `fwireguard_wait` 24 `fwireguard_wait`
25 Sleep the given amount of time between configuring the interface and 25 Sleep the given amount of time between configuring the interface and
26 calling the post-start script. 26 calling the post-start script.
27 Default: 2s 27 Default: 2s
28 28
29
30 `fwireguard_configdir` 29 `fwireguard_configdir`
31 Default: /usr/local/etc/fwireguard 30 Default: /usr/local/etc/fwireguard
31
32 `fwireguard_interfaces`
33 The list of names of the Wireguard interfaces to configure.
34
35 Default: AUTO -- i.e. determine the Wireguard interfaces automatically by
36 calling :command:`ifconfig -g wg`.
32 37
33 38
34 Files 39 Files
35 ----- 40 -----
36 41