https://github.com/rofl0r/portredir
port forwarding (redirection) utility
https://github.com/rofl0r/portredir
Last synced: over 1 year ago
JSON representation
port forwarding (redirection) utility
- Host: GitHub
- URL: https://github.com/rofl0r/portredir
- Owner: rofl0r
- Created: 2010-12-10T19:52:04.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2010-12-10T20:03:06.000Z (over 15 years ago)
- Last Synced: 2025-04-11T05:52:05.270Z (over 1 year ago)
- Language: C
- Homepage:
- Size: 102 KB
- Stars: 15
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
redir - a utility for redirecting tcp connections
Author: Nigel Metheringham
Nigel.Metheringham@ThePLAnet.net
Based on, but much modified from, code originally written by
sammy@freenet.akron.oh.us - 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 (sammy@oh.verio.com).
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