apt update
apt install tor
apt install proxychains
Configure ProxyChains
#
# OPEN PROXYCHAINS CONFIG FILE
vim /etc/proxychains.conf
#
# EDIT THIS INFO
dynamic_chain #<-- uncomment this
#strict_chain #<-- comment this
socks4 127.0.0.1 9050
socks5 127.0.0.1 9050 #<-- add this one