Polipo

From aldeid
Jump to navigation Jump to search
DRAFT
This page is still a draft. Thank you for your understanding.

Description

INCOMPLETE SECTION OR ARTICLE
This section/article is being written and is therefore not complete.
Thank you for your comprehension.

Installation

From packages

$ sudo apt-get install polipo

From sources

INCOMPLETE SECTION OR ARTICLE
This section/article is being written and is therefore not complete.
Thank you for your comprehension.

Configuration

How to configure Polipo to work with Tor

To configure Polipo to work with Tor, replace the initial /etc/polipo/config file with a pre-configured one:

$ cd /etc/polipo
$ sudo mv config config.bak
$ sudo wget -O config http://gitweb.torproject.org/torbrowser.git/blob_plain/HEAD:/build-scripts/config/polipo.conf

Restart Polipo to apply the new configuration:

$ sudo /etc/init.d/polipo restart

Check that both Tor and Polipo are running:

$ sudo nmap -sS -sV -p8118,9050 127.0.0.1

Starting Nmap 5.36TEST4 ( http://nmap.org ) at 2011-02-06 14:04 CET
Nmap scan report for localhost (127.0.0.1)
Host is up (0.000080s latency).
PORT     STATE SERVICE    VERSION
8118/tcp open  http-proxy Polipo
9050/tcp open  tor-socks  Tor SOCKS Proxy

Service detection performed. Please report any incorrect results at http://nmap.org/submit/ .
Nmap done: 1 IP address (1 host up) scanned in 6.41 seconds

Example

INCOMPLETE SECTION OR ARTICLE
This section/article is being written and is therefore not complete.
Thank you for your comprehension.