Skip to content
This repository has been archived by the owner on Oct 20, 2024. It is now read-only.
/ 3proxy-dockerfile Public archive

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

Notifications You must be signed in to change notification settings

grffio/3proxy-dockerfile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published