LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

fastd

fast and secure VPN daemon

TLDR

Start fastd with config
$ fastd --config [/etc/fastd/fastd.conf]
copy
Generate key pair
$ fastd --generate-key
copy
Show public key from secret
$ fastd --show-key --secret [secret.key]
copy
Start in foreground
$ fastd --config [config] --log-level debug
copy
Verify configuration syntax
$ fastd --verify-config --config [config]
copy
Run as daemon with a PID file
$ fastd --config [config] --daemon --pid-file [/var/run/fastd.pid]
copy

SYNOPSIS

fastd [options]

DESCRIPTION

fastd is a fast and secure VPN daemon designed for building mesh networks and tunneling traffic. It's commonly used in Freifunk community wireless networks to create encrypted mesh topologies.The tool supports multiple encryption methods and is optimized for low-latency, high-performance VPN connections. It uses UDP for transport and supports various authentication and encryption ciphers. Configuration defines peers, network interfaces, and security parameters.

PARAMETERS

--config file

Configuration file path.
--generate-key
Generate new key pair.
--show-key
Show public key.
--secret file
Secret key file.
--log-level level
Log level (fatal, error, warn, info, verbose, debug).
--verify-config
Verify configuration syntax.
--daemon
Run as daemon.
--pid-file file
Write PID to file.
--user user
Drop privileges to specified user.
--interface name
TUN/TAP interface name.

CONFIGURATION

/etc/fastd/fastd.conf

Main configuration file defining interface, peers, encryption methods, and network settings.

INSTALL

sudo apt install fastd
copy
sudo dnf install fastd
copy
sudo pacman -S fastd
copy
brew install fastd
copy
nix profile install nixpkgs#fastd
copy

SEE ALSO

wg(8), openvpn(8), ipsec(8)

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid