socksproxy

This program allows arbitrary TCP connections to be forwarded via a SOCKS4 proxy. It is intended for use with OpenSSH's implementation of dynamic port forwarding.

To use it, run make and you should end up with socksproxy.so. You should set the following environment variables, then run your program.

VariableFunctionDefault
LD_PRELOADThe full path to socksproxy.soNo default
SOCKS_PROXY_NETWORKThe range of addresses that should be tunnelled in the form: aa.bb.cc.dd/nnNo default
SOCKS_PROXY_USERNAMEThe username to offer to the SOCKS4 proxy.$USER
SOCKS_PROXY_PORTThe port number of the SOCKS4 proxy.1080

Tips

Download

Source: socksproxy-0.4.tar.bz2
Browse sources
Binaries: socksproxy.so 32bit
socksproxy.so 64bit

Valid HTML 4.01! Valid CSS!

Peter Benie <peterb@chiark.greenend.org.uk>
Linux