Socksify
A linux utility that allows one to run a process in such a way that all outgoing TCP connections go through a SOCKS5 proxy
Install / Use
/learn @emsal0/SocksifyREADME
Socksify
Socksify is a tool that allows any command (curl, wget, your very own software) to make all requests via a SOCKS proxy.
compile with:
make
usage:
$ socksify "command" socks_host socks_port
