comparison files/fwireguard.in @ 472:692c6357ce39

Add missing comment for new variable fwireguard_interfaces
author Franz Glasner <fzglas.hg@dom66.de>
date Thu, 22 Aug 2024 17:17:20 +0200
parents e2555d5fc61f
children c3125616d0ec
comparison
equal deleted inserted replaced
471:e2555d5fc61f 472:692c6357ce39
10 # fwireguard_enable (bool): Set to "YES" to enable wireguard (default: "NO") 10 # fwireguard_enable (bool): Set to "YES" to enable wireguard (default: "NO")
11 # fwireguard_wait (str): wait (sleep) this time before calling post-start 11 # fwireguard_wait (str): wait (sleep) this time before calling post-start
12 # when configuring an interface (default: 2s) 12 # when configuring an interface (default: 2s)
13 # fwireguard_configdir (str): Where fwireguard finds its configuration 13 # fwireguard_configdir (str): Where fwireguard finds its configuration
14 # (default: %%PREFIX%%/etc/fwireguard) 14 # (default: %%PREFIX%%/etc/fwireguard)
15 # fwireguard_interfaces (str): Set to "AUTO" (default) to automatically handle
16 # all wireguard interfaces or provide a list of
17 # wireguard interfaces to be handled
15 # 18 #
16 # NOTE: All wireguard interfaces must be mentioned fist in "cloned_interfaces". 19 # NOTE: All wireguard interfaces must be mentioned fist in "cloned_interfaces".
17 # 20 #
18 21
19 . /etc/rc.subr 22 . /etc/rc.subr