- connect with
ssh -D 1080 privilege@192.168.80.10- check with
ss -tuln | grep 1080 - open a seperate terminal
mousepad /etc/proxychains.conf- uncomment
dynamic_chainat line10and comment outstrict_chainat line18 - add these to the end of the file:
socks5 127.0.0.1 1080
socks4 127.0.0.1 1080