Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 463 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 463 Bytes

3proxy

Dockerfile for 3proxy, a tiny proxy. Based on Alpine Linux.

Getting started

Since this image is packages just has been installed, you need to specify the valid configuration file yourself. The bundled 3proxy.cfg.example is an example to make a SOCKS proxy using 1.1.1.1.

$ docker run --rm \
-e 1080:1080 \
-v $(pwd)/3proxy.cfg.example:/3proxy.cfg:ro \
t13a/3proxy