Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 398 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 398 Bytes

tinyproxy

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

docker-compose.yml

tinyproxy:
  image: vimagick/tinyproxy
  ports:
    - "8888:8888"
  restart: always

Server Setup

$ docker-compose up -d

Client Setup

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