Source: ruby-socksify Section: ruby Maintainer: Debian Ruby Team Uploaders: Meenakshi , Roshini Build-Depends: debhelper-compat (= 14), gem2deb Standards-Version: 4.7.4 Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-socksify Vcs-Git: https://salsa.debian.org/ruby-team/ruby-socksify.git Homepage: https://github.com/astro/socksify-ruby/ Testsuite: autopkgtest-pkg-ruby Package: ruby-socksify Architecture: all Depends: ruby:any Description: Redirect all TCPSockets through a SOCKS5 proxy 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.