File: control

package info (click to toggle)
pen 0.34.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 836 kB
  • sloc: ansic: 6,364; sh: 1,552; makefile: 38
file content (19 lines) | stat: -rw-r--r-- 794 bytes parent folder | download
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: Alex Myczko <tar@debian.org>
Build-Depends: debhelper-compat (= 13), libssl-dev, libgeoip-dev
Standards-Version: 4.7.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.