Quick how-to install Tor and Polipo on OpenBSD 4.8, and route almost all the traffic trough them by deafult. For simplicity I’ve installed from packages. As root: $ pkg_add tor $ pkg_add polipo Next we need to configure Polipo to use Tor and we can take advantage of the sample config file provided by Tor itself: $ cd /etc/polipo $ mv config config.old $ wget http://gitweb.torproject.org/torbrowser.git/blob_plain/HEAD:/build-scripts/config/polipo.conf $ mv polipo.conf config The part worth n...