I downloaded proxychains on ubuntu 20.04 recently using
sudo apt install proxychainsNow for configuring the proxy addresses, I cannot find the /etc/proxychains.conf file.
What to do now? Any terminal command that can be of help??
12 Answers
First, make sure the proxychains files are indexed by the
locate command
sudo updatedbOnce updatedb completes, use the locate command to see the location of the .conf file.
locate proxychainsFinally, use the command to access the configuration
sudo nano /etc/proxychains.conf 0 Are you running the command on root? It seems like the proxy chain command when run on the root, cannot locate the proxy config file. To anybody who is having this trouble, try running proxy chain command in Terminal Emulator.