ruby-socksify

Redirect all TCPSockets through a SOCKS5 proxy
  https://github.com/astro/socksify-ruby/
  0
  no reviews



The shell script socksify 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 attempt to wrap all networking-related system calls.