README.socksify
上传用户:zm130024
上传日期:2007-01-04
资源大小:432k
文件大小:1k
源码类别:

代理服务器

开发平台:

Unix_Linux

  1. $Id: README.socksify,v 1.4 1999/04/26 13:52:33 michaels Exp $
  2. The shell script socksify in the bin directory is meant to aid in
  3. using socks with already compiled dynamic binaries.  This works by
  4. setting the LD_PRELOAD environment variable to libdsocks.  It will
  5. then wrap all networking-related system calls.
  6. When used the script can socksify a program by simply giving it as a
  7. parameter to socksify:
  8. socksify ftp
  9. A more permanent solution would be to add the LD_PRELOAD environment
  10. value to the shell startup files.  Then all non-set[ug]id applications
  11. that are linked dynamically would be socksified.