Install and setup proxychains in termux

 Hi guys welcome to this blog in this blog we are going to install and setup proxychains in termux.

Installation and setup 

First of all install termux from F-droid then update and upgrade.
apt update && apt upgrade 

 Install the tor 

apt install tor

Install proxychains 

apt install proxychains-ng 

 We have installed proxychains lets setup up them.

got to directory etc 

cd $PREFIX/etc 

 Uncomment the line "dynamic_chain" by removing th hash from left side.Comment the the line "strict_chain" by add the hash symbol at left side.Go to end of the file and add the line given below under the line socks4 127.0.0.1 9050

socks5 127.0.0.1 9050 

Then CTRL+S to save and CTRL+X to close.

Go to home directory 

cd 

Run the proxychains.

tor 

 

Post a Comment (0)
Previous Post Next Post