Update README file with more modern information.

This commit is contained in:
Sam Hocevar 2016-01-10 22:58:40 +01:00
parent 568da70b3b
commit 24f6bc5548

28
README
View File

@ -1,22 +1,14 @@
rinetd version 0.62, by Thomas Boutell. Released under
the terms of the GNU General Public License, version 2 or later.
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.
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, 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.
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.
For documentation run "make install", then type "man rinetd" for
details. Or, read index.html in your browser.