mirror of
https://github.com/samhocevar/rinetd.git
synced 2025-03-15 04:10:12 +08:00
📡 TCP/UDP port redirector
This feature was independently implemented by SuSE as part of the changes in https://build.opensuse.org/package/view_file/server:proxy/rinetd/rinetd-syslog.patch?expand=1 and as mentioned in #9, but our new configuration parser makes the change a lot less intrusive. |
||
---|---|---|
.gitignore | ||
.travis.yml | ||
bootstrap | ||
CHANGES.md | ||
configure.ac | ||
getopt.c | ||
getopt.h | ||
index.html | ||
Makefile.am | ||
match.c | ||
match.h | ||
net.c | ||
net.h | ||
parse.c | ||
parse.h | ||
parse.peg | ||
README.md | ||
rinetd.8 | ||
rinetd.c | ||
rinetd.conf | ||
rinetd.h | ||
types.h |
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.