1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41
|
Source: freelan
Section: net
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends:
debhelper-compat (= 12),
libboost-filesystem-dev,
libboost-iostreams-dev,
libboost-program-options-dev,
libboost-system-dev,
libboost-thread-dev,
libminiupnpc-dev,
libcurl4-openssl-dev,
libssl-dev,
scons,
Standards-Version: 4.5.0
Rules-Requires-Root: no
Homepage: https://www.freelan.org
Vcs-Browser: https://salsa.debian.org/debian/freelan
Vcs-Git: https://salsa.debian.org/debian/freelan.git
Package: freelan
Architecture: any
Pre-Depends:
${misc:Pre-Depends}
Depends:
lsb-base (>= 3.0-6),
${misc:Depends},
${shlibs:Depends},
Description: Peer-to-peer virtual private network daemon
Freelan is an application to create secure ethernet tunnels over a
single UDP port. It can be used to create virtual LANs ("Local
Area Network"), hence the name: "freelan".
.
Freelan may create peer-to-peer tunnel connections or rely on a
more classic client/server layout. The virtual network can be
shaped to fit exactly the bandwidth or topology constraints,
providing an optimal virtual private network.
.
Freelan is particularly useful for remote sites interconnection and
gaming.
|