Sign inSign up

vimagick/tinyproxy

By vimagick

Updated about 5 years ago

A light-weight HTTP/HTTPS proxy daemon for POSIX operating systems.

Image
16

1M+

vimagick/tinyproxy repository overview

tinyproxy

Tinyproxy is a light-weight HTTP/HTTPS proxy daemon for POSIX operating systems.

docker-compose.yml

tinyproxy:
  image: vimagick/tinyproxy
  ports:
    - "8888:8888"
  volumes:
    - ./data:/etc/tinyproxy
  restart: unless-stopped

Server Setup

$ docker-compose up -d

Client Setup

$ curl -x https://127.0.0.1:8888 https://ifconfig.co

Tag summary

Content type

Image

Digest

Size

2.7 MB

Last updated

about 5 years ago

docker pull vimagick/tinyproxy