# rinetd **Repository Path**: mirrors/rinetd ## Basic Information - **Project Name**: rinetd - **Description**: Linux 和 Windows 下简单好用的工具 rinetd,实现端口映射/转发/重定向 - **Primary Language**: C/C++ - **License**: GPL-2.0 - **Default Branch**: main - **Homepage**: https://www.oschina.net/p/rinetd - **GVP Project**: No ## Statistics - **Stars**: 9 - **Forks**: 7 - **Created**: 2020-04-24 - **Last Updated**: 2025-12-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 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.