Total Pageviews

Friday 10 April 2020

Socksify,仅支持linux 桌面系统

A linux utility that allows one to run a process in such a way that all outgoing TCP connections go through a SOCKS5 proxy.

Socksify is a tool that allows any command (curl, wget, your very own software) to make all requests via a SOCKS proxy,这样就很容易替terminal设置SOCKS proxy。
compile with:
make
usage:
$ socksify "command" socks_host socks_port
from https://github.com/emsal1863/Socksify
(https://github.com/emsal0/Socksify )