fastd
all
VPN daemon. Works on Layer 2 or Layer 3, supports different encryption methods, used by Freifunk. See also: `ivpn`, `mozillavpn`, `mullvad`, `warp-cli`.
More info →Options (4)
-c, --configbooleanStart `fastd` with a specific configuration file
Example:
fastd {{[-c|--config]}} {{path/to/fastd.conf}}-m, --modebooleanStart a Layer 3 VPN with an MTU of 1400, loading the rest of the configuration parameters from a file
Example:
fastd {{[-m|--mode]}} {{tap}} {{[-M|--mtu]}} {{1400}} {{[-c|--config]}} {{path/to/fastd.conf}}-M, --mtubooleanStart a Layer 3 VPN with an MTU of 1400, loading the rest of the configuration parameters from a file
Example:
fastd {{[-m|--mode]}} {{tap}} {{[-M|--mtu]}} {{1400}} {{[-c|--config]}} {{path/to/fastd.conf}}-v, --versionbooleanDisplay version
Example:
fastd {{[-v|--version]}}Examples (6)
Start `fastd` with a specific configuration file
fastd [-c|--config] path/to/fastd.confStart a Layer 3 VPN with an MTU of 1400, loading the rest of the configuration parameters from a file
fastd [-m|--mode] tap [-M|--mtu] 1400 [-c|--config] path/to/fastd.confValidate a configuration file
fastd --verify-config [-c|--config] path/to/fastd.confGenerate a new keypair
fastd --generate-keyShow the public key to a private key in a configuration file
fastd --show-key [-c|--config] path/to/fastd.confDisplay version
fastd [-v|--version]made by @shridhargupta | data from tldr-pages