Skip to content

zf724/docker-tinyproxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

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

About

docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published