Proxychains
ProxyChains is a UNIX program, that hooks network-related libc functions in dynamically linked programs via a preloaded DLL and redirects the connections through SOCKS4a/5 or HTTP proxies.
install
config
sudo vi /etc/proxychains.conf
# shift+g to bottom
...
...
[ProxyList]
# add proxy here ...
# meanwile
# defaults set to "tor"
#socks4 127.0.0.1 9050
socks5 127.0.0.1 10808
socks4 127.0.0.1 10808
http 127.0.0.1 10808
https 127.0.0.1 10808
alias
vi .zshrc
usage
or start with icon, edit config, add proxychains command.
example: