| description | none |
| repository URL | https://github.com/rofl0r/portredir.git |
| owner | retnyg@gmx.net |
| last change | Fri, 10 Dec 2010 20:02:15 +0000 (10 21:02 +0100) |
| last refresh | Wed, 12 Nov 2025 01:45:31 +0000 (12 02:45 +0100) |
| mirror URL | git://repo.or.cz/rofl0r-portredir.git |
| https://repo.or.cz/rofl0r-portredir.git |
| ssh://[email protected]/rofl0r-portredir.git |
| bundle info | rofl0r-portredir.git downloadable bundles |
content tags
|
|
README
redir - a utility for redirecting tcp connections
Author: Nigel Metheringham
[email protected]
Based on, but much modified from, code originally written by
[email protected] - original header is below.
redir is released under the GNU General Public license,
version 2, or at your discretion, any later version.
redir is currently maintained by Sam Creasey ([email protected]).
Please send patches, etc. there.
build: gcc redir.c
usage: ./a.out --lport=8080 --laddr=0.0.0.0 --caddr=127.0.0.1 --cport=80
makes a tunnel from 127.0.0.1:80 to 0.0.0.0:8080