浙江省高等学校教师教育理论培训

微信搜索“教师资格证岗前培训”小程序

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

Polipo - Wikipedia, the free encyclopedia

Polipo


 

From Wikipedia, the free encyclopedia



Jump to: navigation,
search


Polipo
Developer(s)Juliusz Chroboczek · Christopher Davis
Stable release1.0.4.1 / February 2, 2010; 2 years ago (2010-02-02)
Written inC
Operating systemCross-platform
Typeweb cache, proxy server
LicenseMIT License [1]
Websitewww.pps.jussieu.fr/~jch/software/polipo/

Polipo is a lightweight forwarding and caching proxy server.

Polipo is an HTTP 1.1-compliant web proxy supporting IPv4, IPv6, traffic filtering and privacy-enhancement. To minimize latency, Polipo both pipelines multiple resource requests and multiplexes multiple transactions onto the same TCP/IP connection.[1]

Polipo is free software[2] "and comes with absolutely no strings attached".[3] It runs on GNU/Linux, OpenWrt, Microsoft Windows, Mac OS X, and FreeBSD. Almost any Web browser can use it.

Contents

 [hide

[edit] Design

The polipo proxy server connecting an internal network and the Internet.

The polipo proxy taking requests from an internal network and forwarding them to the Internet.

Polipo is designed to be used as a personal web cache or a web cache shared among a few users to boost internet access.[4][5] Designed to be fast, lightweight and small, it is useful when the system resources for a larger proxy are unavailable. Because of this reason, it has been put to uses such as a tether on the OpenWrt.

[edit] Features

The fast, lightweight and small memory footprint proxy server polipo uses a variety of techniques[2]:

  • Polipo will upgrade client requests to HTTP/1.1 even if they come in as old HTTP/1.0.
  • Polipo will make web browsing faster or at least appear to have less latency.
  • Polipo will cache the initial segment of a download and can complete it later using Range requests, in case of interrupts.
  • Polipo can substitute for filtering, privacy-enhancing proxies such as Privoxy or WWWOFFLE, but please note that, unlike Privoxy, it does not perform application-layer anonimisation by default and, while it is possible to configure Polipo to perform some sanitisation of HTTP headers, this does not come even close to the amount of munging that Privoxy can do.[6]
  • Polipo has complete support for IPv6.
  • Since Polipo can speak both IPv4 and IPv6, Polipo can be used as a bridge between the IPv4 and IPv6 Internets.
  • Polipo acts as a content-filter to deny access to URLs specified in a blacklist.
  • Polipo acts as a privacy-enhancing web proxy server which provides control over the content that may be relayed through the proxy:
    censoredHeaders = OPTION1,OPTION2,OPTION3,...
    censorReferer = true|false|maybe
  • Polipo can speak the SOCKS 4 & SOCKS 5 protocols.
  • Polipo does HTTP 1.1 pipelining well, so it can enhance internet communication latency.
  • Polipo serves as a web cache.

[edit] Polipo and the anonymising proxy server TOR

Polipo can speak the SOCKS 4 & SOCKS 5 protocols and therefore is recommended for use with the TOR anonymising network. Polipo is a web proxy that does HTTP 1.1 pipelining well, so it can enhance TOR's communication latency or lag.[7][8] Polipo and Tor are available bundled together.[9]

[edit] See also

[edit] References

posted on 2012-04-29 09:59  lexus  阅读(824)  评论(0编辑  收藏  举报