Skip to content
This repository was archived by the owner on Oct 20, 2024. It is now read-only.

Latest commit

 

History

History
27 lines (22 loc) · 738 Bytes

File metadata and controls

27 lines (22 loc) · 738 Bytes

3proxy-dockerfile

Dockerfile for "3proxy" SOCKS5 proxy server on Alpine Linux for Telegram

Features

  • It is possible to specify multiple users with their passwords

Build

$ docker build -t grffio/3proxy .
  • Supported Args: PROXY_VER=

Quick Start

$ docker run --name 3proxy -d -p 1080:1080 -e PROXY_SECRET="user:P@SSw0rd" grffio/3proxy
  • Supported Environment variables:

    • PROXY_MAXCONN - Maximum number of simultaneous connections (default: 32)
    • PROXY_SECRET - Login and password for proxy user, format: user1:pass1,user2:pass2 (desirable)
  • Exposed Ports:

    • 1080/tcp

An example how to use with docker-compose shadownet-compose