Simple thread-based tcp proxy
Simple tcp proxy that opens 2 threads per connection
Example usage:
- Forward ports 80 and 443 to 216.58.212.110
./tcp_proxy -i 216.58.212.110
- Forward ports 23 and 80 to 192.168.1.5
./tcp_proxy -i 192.168.1.5 -h 23,80
- Forward port 80 to netflix.com
./tcp_proxy -h netflix.com -h 80
from https://github.com/enriclluelles/tcp_proxy
-----------
from http://webcommunicate.net.preview-sg111.servergrove.com/html/
-----------
Tcp_proxy Program
3.0.0
Author
Wolf Software Limited <tcp_proxy@wolf-software.net> - Web Site: http://www.wolf-software.net/Description
Tcp_proxy is a small program that allows you to forward TCP connections to a remote server.
This application is tested on Linux
License
Tcp_proxy is a FreeSoftware project released under GPL 3.0.Required
Tcp_proxy requires libgll to be installed. Tcp_proxy requires libsocklib to be installed.Download
- tcp_proxy http://www.wolf-software.net/Applications/tcp_proxy/
- svn checkout http://svn.wolf-software.net/repos/tcp_proxy
Installation from source
tar xvfz tcp_proxy-latest.tar.gz cd tcp_proxy-<version> ./configure make su (or sudo su) make install
Support
Support for tcp_proxy is available to all via email: tcp_proxy@wolf-software.netfrom http://webcommunicate.net.preview-sg111.servergrove.com/html/