torsocks
linux
Route the traffic of any application through the Tor network. Note: `torsocks` will assume that it should connect to the Tor SOCKS proxy running at 127.0.0.1:9050 being the defaults of the Tor daemon.
More info →Options (3)
-i, --isolatebooleanIsolate traffic through a different Tor circuit, improving anonymity
Example:
torsocks {{[-i|--isolate]}} {{curl https://check.torproject.org/api/ip}}-a, --addressbooleanConnect to a Tor proxy running on a specific address and port
Example:
torsocks {{[-a|--address]}} {{ip_address}} {{[-P|--port]}} {{port}} {{command}}-P, --portbooleanConnect to a Tor proxy running on a specific address and port
Example:
torsocks {{[-a|--address]}} {{ip_address}} {{[-P|--port]}} {{port}} {{command}}made by @shridhargupta | data from tldr-pages