README.socksify
上传用户:zm130024
上传日期:2007-01-04
资源大小:432k
文件大小:1k
- $Id: README.socksify,v 1.4 1999/04/26 13:52:33 michaels Exp $
- The shell script socksify in the bin directory is meant to aid in
- using socks with already compiled dynamic binaries. This works by
- setting the LD_PRELOAD environment variable to libdsocks. It will
- then wrap all networking-related system calls.
- When used the script can socksify a program by simply giving it as a
- parameter to socksify:
- socksify ftp
- A more permanent solution would be to add the LD_PRELOAD environment
- value to the shell startup files. Then all non-set[ug]id applications
- that are linked dynamically would be socksified.