Wireguard notes
Wireguard .. "
On FreeBSD wireguard is implemented in go.
Software installation
Using freebsd, poudriere all done and running, repositories pointing the right ways, this is easy. All I have to do is a simple
$ sudo pkg install -y wireguard
This gifts me the installation of two packages, wireguard-go, the main thing …
more ...