1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
Source: pen
Section: net
Priority: optional
Maintainer: Vincent Bernat <bernat@debian.org>
Uploaders: Gürkan Myczko <gurkan@phys.ethz.ch>
Build-Depends: debhelper (>= 11), libssl-dev, libgeoip-dev
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/myczko-guest/pen
Vcs-Git: https://salsa.debian.org/myczko-guest/pen.git
Homepage: http://siag.nu/pen/
Package: pen
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Load balancer for "simple" tcp and udp based protocols
This works for udp, and tcp based protocols such as dns, http or smtp.
It allows several servers to appear as one to the outside and automatically
detects servers that are down and distributes clients among the available
servers. This gives high availability and scalable performance.
|