• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

CHANGESH A D03-May-20222 KiB5644

MakefileH A D03-May-2022284 159

READMEH A D03-May-2022770 2316

getopt.cH A D03-May-202221.1 KiB757429

getopt.hH A D03-May-20224.3 KiB13046

match.cH A D03-May-20223.5 KiB196141

match.hH A D03-May-2022188 106

rinetd.8H A D03-May-20226.8 KiB191189

rinetd.cH A D03-May-202236.5 KiB1,6551,449

rinetd.dspH A D03-May-20223.4 KiB9884

rinetd.dswH A D03-May-2022506 3019

rinetd.plgH A D03-May-20222.1 KiB3327

README

1rinetd version 0.62, by Thomas Boutell. Released under
2the terms of the GNU General Public License, version 2 or later.
3
4This program is used to efficiently redirect connections
5from one IP address/port combination to another. It is
6useful when operating virtual servers, firewalls
7and the like.
8
9A binary for 32-bit Windows (95, 98, NT) is included (see the
10file rinetd.exe). Windows 3.1 is not supported.
11
12To build under Unix, check the Makefile for platform-
13specific details and then type make. To install, type
14"make install" as root.
15
16To build under Windows, use the provided project
17files with Microsoft Visual C++. Windows 3.1 is not supported.
18
19For documentation run "make install", then type
20"man rinetd" for details. Or, read index.html in
21your browser.
22
23