https://github.com/whatacold/rinetd
rinetd refactored with a conn structure
https://github.com/whatacold/rinetd
Last synced: about 2 months ago
JSON representation
rinetd refactored with a conn structure
- Host: GitHub
- URL: https://github.com/whatacold/rinetd
- Owner: whatacold
- Created: 2016-02-28T16:05:13.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-28T16:06:47.000Z (about 9 years ago)
- Last Synced: 2025-01-31T09:28:41.315Z (4 months ago)
- Language: C
- Size: 53.7 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: CHANGES
Awesome Lists containing this project
README
rinetd version 0.62, 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.