Results 1 to 2 of 2

Thread: Howto: Chromium+tor+polipo

  1. #1
    Join Date
    Aug 2005
    Location
    European Union
    Beans
    174
    Distro
    Lubuntu 12.04 Precise Pangolin

    Thumbs down Howto: Chromium+tor+polipo

    Tested with Ubuntu 12.04

    Code:
    sudo apt-get update
    sudo apt-get install chromium-browser tor polipo
    Now edit /etc/polipo/config
    and add:

    Code:
    socksParentProxy = "localhost:9050"
    diskCacheRoot = ""
    disableLocalInterface=true
    Now when you want to be on tor launch it with:

    Code:
    chromium-browser --proxy-server="127.0.0.1:8123;https=127.0.0.1:8123;
    socks=127.0.0.1:8123;sock4=127.0.0.1:8123;
    sock5=127.0.0.1:8123,ftp=127.0.0.1:8123" --incognito check.torproject.org
    You can put that line inside a bash script or in a launcher

  2. #2
    Join Date
    Feb 2013
    Beans
    5

    Re: Howto: Chromium+tor+polipo

    Doesn't work for me, after following your steps Chromium says it is not using Tor network. Could you help me find where the problem might be? Thanks in advance

    // update: Everything is OK after restart, my fault. Thanks for your work
    Last edited by TomasKrchnak; February 23rd, 2013 at 07:10 PM.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •