📡 TCP/UDP port redirector
Go to file
2016-01-10 20:50:29 +01:00
CHANGES Import old rinetd 0.61. 2016-01-10 20:50:29 +01:00
getopt.c Import old rinetd 0.61. 2016-01-10 20:50:29 +01:00
getopt.h Import old rinetd 0.61. 2016-01-10 20:50:29 +01:00
index.html Import old rinetd 0.61. 2016-01-10 20:50:29 +01:00
Makefile Import old rinetd 0.52. 2016-01-10 20:46:19 +01:00
match.c Import old rinetd 0.61. 2016-01-10 20:50:29 +01:00
match.h Import old rinetd 0.52. 2016-01-10 20:46:19 +01:00
README Import old rinetd 0.61. 2016-01-10 20:50:29 +01:00
rinetd.8 Import old rinetd 0.61. 2016-01-10 20:50:29 +01:00
rinetd.c Import old rinetd 0.61. 2016-01-10 20:50:29 +01:00
rinetd.dsp Import old rinetd 0.61. 2016-01-10 20:50:29 +01:00
rinetd.dsw Import old rinetd 0.61. 2016-01-10 20:50:29 +01:00

rinetd version 0.61, by Thomas Boutell. Released under
the terms of the GNU General Public License, version 2 or later. 

This program is used to efficiently redirect connections 
from one IP address/port combination to another. It is
useful when operating virtual servers, firewalls
and the like.

A binary for 32-bit Windows (95, 98, NT) is included (see the 
file rinetd.exe). Windows 3.1 is not supported.

To build under Unix, check the Makefile for platform-
specific details and then type make. To install, type
"make install" as root.

To build under Windows, use the provided project
files with Microsoft Visual C++. Windows 3.1 is not supported.

For documentation run "make install", then type
"man rinetd" for details. Or, read index.html in 
your browser.