cannot find /etc/proxychains.conf after installing proxychains
Solution 1:
First, make sure the proxychains
files are indexed by the
locate command
sudo updatedb
Once updatedb
completes, use the locate
command to see the location of the .conf
file.
locate proxychains
Finally, use the command to access the configuration
sudo nano /etc/proxychains.conf