view docs/man/man8/fwireguard.rst @ 467:6ecd16725818

Begin refactoring bhyve into fbhyve. Planned: - more consistent naming (analogous to jails) - using bhyve configuration files instead of RC variables for bhyve devices - more docs
author Franz Glasner <fzglas.hg@dom66.de>
date Fri, 14 Jun 2024 09:40:04 +0200
parents 4638f2f68b9d
children e2555d5fc61f
line wrap: on
line source

.. -*- coding: utf-8; indent-tabs-mode: nil; -*-

fwireguard
==========

Synopsis
--------

**service fwireguard** [ **start** | **stop** | **reload** | **status** ]


Description
-----------

An :file:`rc.d` script to manage and configure Wireguard interfaces.


Configuration Variables
~~~~~~~~~~~~~~~~~~~~~~~

`fwireguard_enable`
  Default: NO

`fwireguard_wait`
  Sleep the given amount of time between configuring the interface and
  calling the post-start script.
  Default: 2s


`fwireguard_configdir`
  Default: /usr/local/etc/fwireguard


Files
-----

- :file:`/usr/local/etc/fwireguard`

    Default-directory where all the configuration files for all wireguard
    interfaces are looked up.


See also
--------

:manpage:`wg(8)`, :manpage:`rc.conf(5)`