mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
936b23c632
WireGuard is an extremely simple yet fast and modern VPN that utilizes state-of-the-art cryptography. It aims to be faster, simpler, leaner, and more useful than IPSec, while avoiding the massive headache. It intends to be considerably more performant than OpenVPN. WireGuard is designed as a general purpose VPN for running on embedded interfaces and super computers alike, fit for many different circumstances. WWW: https://www.wireguard.com
11 lines
492 B
Plaintext
11 lines
492 B
Plaintext
This is an implementation of Wireguard in Go.
|
|
|
|
WireGuard is an extremely simple yet fast and modern VPN that utilizes
|
|
state-of-the-art cryptography. It aims to be faster, simpler, leaner,
|
|
and more useful than IPSec, while avoiding the massive headache. It
|
|
intends to be considerably more performant than OpenVPN. WireGuard is
|
|
designed as a general purpose VPN for running on embedded interfaces and
|
|
super computers alike, fit for many different circumstances.
|
|
|
|
WWW: https://www.wireguard.com
|