Skip to content

Instantly share code, notes, and snippets.

@bwbaugh
Created April 19, 2015 22:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bwbaugh/e9797956e6564e9c5545 to your computer and use it in GitHub Desktop.
Save bwbaugh/e9797956e6564e9c5545 to your computer and use it in GitHub Desktop.
Install guide for Tor and Polipo.
  1. Check version of Ubuntu:

    lsb_release --all
    
  2. Use version to follow instructions on https://www.torproject.org/docs/debian.html.en

  3. Install polipo:

    sudo aptitude install polipo
    
  4. Add the following lines to /etc/polipo/config:

     socksParentProxy = "localhost:9050"
     socksProxyType = socks5
    
     diskCacheRoot = ""
    
     localDocumentRoot = ""
    
  5. Restart polipo

    sudo service polipo restart
    
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment