Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/samhocevar/rinetd
📡 TCP/UDP port redirector
https://github.com/samhocevar/rinetd
Last synced: 6 days ago
JSON representation
📡 TCP/UDP port redirector
- Host: GitHub
- URL: https://github.com/samhocevar/rinetd
- Owner: samhocevar
- License: gpl-2.0
- Created: 2016-01-10T19:36:08.000Z (almost 9 years ago)
- Default Branch: main
- Last Pushed: 2024-03-29T14:36:02.000Z (7 months ago)
- Last Synced: 2024-04-14T13:10:09.623Z (7 months ago)
- Language: C
- Homepage:
- Size: 477 KB
- Stars: 748
- Watchers: 23
- Forks: 166
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: COPYING
Awesome Lists containing this project
- awesome-rainmana - samhocevar/rinetd - 📡 TCP/UDP port redirector (C)
- AwesomeCppGameDev - rinetd
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.