Project home: Https://github.com/rofl0r/proxychains-ng
Official Note:
Proxychains ng (New Generation)-a preloader which hooks calls to sockets in dynamically linked programs and redirects it Through one or more socks/http proxies. Continuation of the unmaintained Proxychains project.
Reference post: http://www.dreamxu.com/proxychains-ng/
Installation configuration
Installing with Homebrew
Brew Install Proxychains-ng
|
Editing a configuration filevim /usr/local/etc/proxychains.conf
In the [ProxyList]
following (that is, the end) join the proxy type, proxy address and port
For example, using the TOR Proxy, comment out the original agent and add
Note that the port number here is based on your own decision, such as the shadowsocks I used, the local port is 1080, and this is 1080.
If your network is complex, you may need to enable it in the configuration file
dynamic_chain
-a chain is formed according to the order of the proxy servers appearing in the list, and if a proxy server fails, it is automatically excluded, but at least one is valid
Then [ProxyList]
add multiple agents under the
The default is:
strict_chain
-A chain that follows the order of the proxy servers that appear in the following list, requiring all proxy servers to be valid
Use
Add to the front of the command proxychains4
The agent under the terminal via Proxychains-ng under the Mac OSX system