diff options
author | olivier <olivier@FreeBSD.org> | 2016-05-09 18:57:52 +0800 |
---|---|---|
committer | olivier <olivier@FreeBSD.org> | 2016-05-09 18:57:52 +0800 |
commit | dcabae236c1532f3c68f264dfaca127f27ee6c4e (patch) | |
tree | f51bf7a4ddba9baa859c38a417ce9e7c590378f7 /net/Makefile | |
parent | fb96b9414a980bf41cd3c1de379383de0f459252 (diff) | |
download | freebsd-ports-gnome-dcabae236c1532f3c68f264dfaca127f27ee6c4e.tar.gz freebsd-ports-gnome-dcabae236c1532f3c68f264dfaca127f27ee6c4e.tar.zst freebsd-ports-gnome-dcabae236c1532f3c68f264dfaca127f27ee6c4e.zip |
New port: net/mlvpn
MLVPN allow to bond your internet links to increase bandwidth, secure your
internet connection by actively monitoring your links and removing the faulty
ones, without loosing your TCP connections and secure your internet connection
to the aggregation server using cryptography.
WWW: https://zehome.github.io/MLVPN/
Approved by: mat
Differential Revision: https://reviews.freebsd.org/D6034
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 e5f25d3d21fc..2fc76545aae8 100644 --- a/net/Makefile +++ b/net/Makefile @@ -398,6 +398,7 @@ SUBDIR += miniupnpd SUBDIR += miredo SUBDIR += miruo + SUBDIR += mlvpn SUBDIR += mono-zeroconf SUBDIR += mopd SUBDIR += morebalance |