dante

SOCKS server and client for routing network traffic through a proxy.

brewmacoslinux
Try with needOr install directly
Source

About

SOCKS server and client, implementing RFC 1928 and related standards

Commands

sockdsocksify

Examples

start a SOCKS proxy server on default port$ sockd
route application traffic through SOCKS proxy$ socksify /path/to/application
configure SOCKS server with custom config file$ sockd -f /etc/sockd.conf
run SOCKS server in foreground for debugging$ sockd -D
proxy specific command through SOCKS server$ socksify curl http://example.com