📡 TCP/UDP port redirector
Go to file
Sam Hocevar 830b7e5fd1 Allow to shrink the number of connections.
This will let us implement clean exit.
2016-02-06 18:31:50 +01:00
.gitignore Use autoconf and automake and remove MSVC projects. 2016-01-11 03:09:04 +01:00
.travis.yml Add Travis CI configuration file. 2016-02-06 14:20:20 +01:00
bootstrap Use autoconf and automake and remove MSVC projects. 2016-01-11 03:09:04 +01:00
CHANGES Import old rinetd 0.62. 2016-01-10 20:55:51 +01:00
configure.ac Forgot to upgrade package version. 2016-02-06 14:20:20 +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 Fix a small error in the manual. 2016-01-13 05:24:44 +01:00
Makefile.am Move a few declarations and definitions to rinetd.h. 2016-02-06 18:10:44 +01:00
match.c Remove trailing spaces and mismatched tabs/spaces. 2016-01-11 03:09:04 +01:00
match.h Fix deprecated use of text literals as char*. 2016-01-10 21:22:36 +01:00
README Update README file with more modern information. 2016-01-11 03:09:04 +01:00
rinetd.8 Fix a small error in the manual. 2016-01-13 05:24:44 +01:00
rinetd.c Allow to shrink the number of connections. 2016-02-06 18:31:50 +01:00
rinetd.conf Use autoconf and automake and remove MSVC projects. 2016-01-11 03:09:04 +01:00
rinetd.h Move a few declarations and definitions to rinetd.h. 2016-02-06 18:10:44 +01:00

rinetd, 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.

To build under Unix, run "./bootstrap" to create the configuration
files, then "./configure" to create the build files, and then type
"make" to build rinetd. To install, type "make install" as root.

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