[package] add peervpn package Makefile
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 8 Aug 2012 15:38:45 +0000 (15:38 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 8 Aug 2012 15:38:45 +0000 (15:38 +0000)
commit216810d40b5660278558938b35296172b4b3895b
tree129460d2c13ea58bebec86f05c7fdeabd00d03a1
parentd9a44341ea888867cca2489dd9497d1414de3714
[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>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33060 3c298f89-4303-0410-b956-a3cf2f4a3e73
net/peervpn/Makefile [new file with mode: 0644]