Testing ProxyChains with cURL
Today I wanted to test ProxyChains with a SOCKS5 tunnel, which I did as follows:
$ proxychains curl ipinfo.io
This returns JSON which includes the proxy's IP address if everything works as expected, which it did.
For more information on how to use proxychains
, see: Subversion proxy: fixed IP address with proxychains