项目作者: t13a

项目描述 :
Dockerfile for 3proxy, a tiny proxy
高级语言: Dockerfile
项目地址: git://github.com/t13a/dockerfile-3proxy.git
创建时间: 2018-09-16T16:31:44Z
项目社区:https://github.com/t13a/dockerfile-3proxy

开源协议:MIT License

下载


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.

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