File: control

package info (click to toggle)
rinetd 0.62.1sam-1.1
  • links: PTS
  • area: main
  • in suites: bullseye, buster
  • size: 504 kB
  • sloc: ansic: 1,855; sh: 1,374; makefile: 12
file content (20 lines) | stat: -rw-r--r-- 789 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Source: rinetd
Section: net
Priority: optional
Maintainer: Sam Hocevar <sho@debian.org>
Build-Depends: debhelper (>= 9.0), dh-autoreconf
Standards-Version: 3.9.6

Package: rinetd
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Internet TCP redirection server
 rinetd redirects TCP connections from one IP address and port to another,
 with basic IP-based access control.
 .
 rinetd is a single-process server which handles any number of connections
 to the address/port pairs specified in the file /etc/rinetd.conf. Since
 rinetd runs as a single process using nonblocking I/O, it is able to
 redirect a large number of connections without a severe impact on the
 machine. This makes it practical to run services on machines inside an IP
 masquerading firewall.