I did install TOR+Polipo on my Centos machine, however, the following problems came out during the installation process:
- TOR and POLIPO don't add themselves as Daemon to /etc/init.d/ directory; therefore it should be done manually as follows:
1- make "polipo" in /etc/init.d/ directory and give it excecution permission:
- TOR and POLIPO don't add themselves as Daemon to /etc/init.d/ directory; therefore it should be done manually as follows:
1- make "polipo" in /etc/init.d/ directory and give it excecution permission:
$ su password:... # vim polipo ---save polipo and exit (:wq) # chmod +x polipo2- insert the following code in polipo: