📡 TCP/UDP port redirector
Go to file
2021-03-02 15:25:39 +01:00
src Fix a parsing bug in the rules that would ignore the very first rule. See #23. 2021-03-02 15:25:39 +01:00
.gitignore Allow to build application with Visual Studio. 2021-02-13 23:02:03 +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.md Release version 0.73. 2021-02-19 09:56:52 +01:00
configure.ac Release version 0.73. 2021-02-19 09:56:52 +01:00
COPYING Add GPLv2 license text. Fixes #19. 2021-01-08 18:39:12 +01:00
index.html Fix HTML documentation generation. 2021-02-14 12:09:26 +01:00
Makefile.am Release version 0.71. 2021-02-14 12:12:53 +01:00
README.md Rename CHANGES and README to CHANGES.md and README.md. 2017-07-19 19:18:01 +02:00
rinetd.8 Release version 0.73. 2021-02-19 09:56:52 +01:00
rinetd.conf Improve documentation. 2021-02-14 12:05:29 +01:00
rinetd.vcxproj Release version 0.73. 2021-02-19 09:56:52 +01:00

rinetd, by Thomas Boutell and Sam Hocevar. 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.