[package] add peervpn package Makefile
authorFlorian Fainelli <florian@openwrt.org>
Wed, 8 Aug 2012 15:38:45 +0000 (15:38 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Wed, 8 Aug 2012 15:38:45 +0000 (15:38 +0000)
commit9d57890fe02a9072e1dbd596bc468b2dd2a5a4be
tree129460d2c13ea58bebec86f05c7fdeabd00d03a1
parent2650e32e9d23a28b869070b2a51ab30ed61d3f91
[package] 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 <dverweire@gmail.com>
SVN-Revision: 33060
net/peervpn/Makefile [new file with mode: 0644]