1 redir - a utility for redirecting tcp connections
3 Author: Nigel Metheringham
4 Nigel.Metheringham@ThePLAnet.net
6 Based on, but much modified from, code originally written by
7 sammy@freenet.akron.oh.us - original header is below.
9 redir is released under the GNU General Public license,
10 version 2, or at your discretion, any later version.
12 redir is currently maintained by Sam Creasey (sammy@oh.verio.com).
13 Please send patches, etc. there.
17 usage: ./a.out --lport=8080 --laddr=0.0.0.0 --caddr=127.0.0.1 --cport=80
18 makes a tunnel from 127.0.0.1:80 to 0.0.0.0:8080