add peervpn package Makefile
authorFlorian Fainelli <[email protected]>
Wed, 8 Aug 2012 15:38:45 +0000 (15:38 +0000)
committerFlorian Fainelli <[email protected]>
Wed, 8 Aug 2012 15:38:45 +0000 (15:38 +0000)
commitc98a14daf123a90dfc8fb72c393e4e8cafc5c1b4
tree0edd9aff9b1f36809e77e075293ded291cf72376
parent6563681de7a62ac08320b8e60361b5129b2d79c2
add peervpn package Makefile

PeerVPN (http://www.peervpn.net/), by Tobias Volk, is software that
builds virtual ethernet networks between multiple computers. A virtual
network built by PeerVPN uses a full mesh topology. All nodes talk
directly to each other, there is no need for a central server. If one
node goes down, the rest of the network is unaffected.

Configuring PeerVPN is easy. You just need to configure an encryption
key, network name and the contact information (IP address and port) of
some other PeerVPN nodes. Adding a new node to an existing network
doesn't require the existing nodes to alter their configuration,
because its IP address is automatically distributed across the whole
virtual network.

Signed-off-by: Dan VerWeire <[email protected]>
SVN-Revision: 33060
net/peervpn/Makefile [new file with mode: 0644]