dante

SOCKS server and client implementing RFC 1928 and related standards

brewmacoslinux
Try with needOr install directly
Source

About

SOCKS server and client, implementing RFC 1928 and related standards

Commands

sockddante

Examples

Start the SOCKS server daemon with default configuration$ sockd
Route traffic through a SOCKS server as a client$ dante-client -S 127.0.0.1:1080 example.com 80
Start SOCKS server on custom port with config file$ sockd -f /usr/local/etc/sockd.conf