freebsd-ports/net/boringtun/pkg-message
Bernhard Froehlich 8141bcb894 BoringTun is an implementation of the WireGuard protocol designed for
portability and speed.

The project consists of two parts:

* The executable boringtun, a userspace WireGuard implementation for
  Linux and macOS.
* The library boringtun that can be used to implement fast and efficient
  WireGuard client apps on various platforms, including iOS and Android.
  It implements the underlying WireGuard protocol, without the network
  or tunnel stacks, those can be implemented in a platform idiomatic way.

NOTE: This crate is still undergoing review for security concerns.
Therefore, we recommend that you take caution before using it in a
production application.

WWW: https://github.com/cloudflare/boringtun
2019-03-29 12:40:41 +00:00

2 lines
97 B
Text

To enable boringtun you need to add the following to /etc/rc.conf:
wireguard_impl="boringtun"