Sign inSign up

t13a/3proxy

By t13a

Updated about 8 years ago

A tiny proxy

Image
0

1.5K

t13a/3proxy repository overview

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

Tag summary

Content type

Image

Digest

Size

2.3 MB

Last updated

about 8 years ago

docker pull t13a/3proxy