dockerfiles/polipo
kev 312555027e update jupyter 2020-09-09 15:01:34 +08:00
..
Dockerfile swith to new domain: easypi.pro 2017-05-08 07:05:07 +08:00
README.md update jupyter 2020-09-09 15:01:34 +08:00
docker-compose.yml update jupyter 2020-09-09 15:01:34 +08:00
docker-stack.yml add docker-stack.yml for polipo 2020-04-22 16:14:25 +08:00

Polipo — a caching web proxy

Polipo is a small and fast caching web proxy (a web cache, an HTTP proxy, a proxy server). While Polipo was designed to be used by one person or a small group of people, there is nothing that prevents it from being used by a larger group.

docker-compose.yml

version: "3.8"
services:
  polipo:
    image: vimagick/polipo
    command:
      authCredentials=username:password
      socksParentProxy=1.2.3.4:9050
      dnsNameServer=8.8.8.8
    ports:
      - "8123:8123"
    restart: unless-stopped

server

$ docker-compose up -d

client

$ curl -x http://username:password@server:8123 https://www.youtube.com/