diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2018-05-24 08:44:56 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2018-05-24 08:44:56 +0000 |
commit | d4a99699df1bdea3ae2136689302530c559a6832 (patch) | |
tree | 73c8e2aa9dabe35e55bbfac6edffd7409479d4ff /net/Makefile | |
parent | 936b23c6329e55a4e968bf118bbcf2e9e76b7850 (diff) | |
download | ports-d4a99699df1bdea3ae2136689302530c559a6832.tar.gz ports-d4a99699df1bdea3ae2136689302530c559a6832.zip |
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
Notes
Notes:
svn path=/head/; revision=470763
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 047fc06002e3..9f9720dd0d9a 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1520,6 +1520,7 @@ SUBDIR += wakeonlan SUBDIR += whois SUBDIR += widentd + SUBDIR += wireguard SUBDIR += wireguard-go SUBDIR += wireshark SUBDIR += wireshark-lite |