GithubHelp home page GithubHelp logo

hazyshades / 3proxy-docker Goto Github PK

View Code? Open in Web Editor NEW

This project forked from tarampampam/3proxy-docker

0.0 0.0 0.0 70 KB

:calling: Docker image with 3proxy - Tiny free proxy server

Home Page: https://hub.docker.com/r/tarampampam/3proxy/

License: Do What The F*ck You Want To Public License

Dockerfile 100.00%

3proxy-docker's Introduction

Docker image with 3proxy

Build Status Release Status Image size Docker Pulls License

Why this image created?

3proxy is awesome and lightweight proxy-server. This image contains stable version with it and can be configured using environment variables. By default, it uses anonymous (information about client hiding) proxy settings. Logging in JSON format.

Page on hub.docker.com can be found here.

TCP ports:

Port number Description
3128 HTTP proxy
1080 SOCKS proxy

Supported tags

Registry Image
GitHub Container Registry ghcr.io/tarampampam/3proxy
Docker Hub tarampampam/3proxy

All supported image tags can be found here.

Supported environment variables

Variable name Description Example
PROXY_LOGIN Authorization login (empty by default) username
PROXY_PASSWORD Authorization password (empty by default) password
EXTRA_ACCOUNTS Additional proxy users {"evil":"live", "guest":"pass"}
PRIMARY_RESOLVER Primary nameserver (dns resolver; 1.0.0.1 by default) 8.8.8.8:5353/tcp
SECONDARY_RESOLVER Secondary nameserver (dns resolver; 8.8.4.4 by default) 2001:4860:4860::8844
MAX_CONNECTIONS Maximal connections count (1024 by default) 2056
PROXY_PORT HTTP proxy port number (3128 by default) 8080
SOCKS_PORT SOCKS proxy port number (1080 by default) 8888

How can I use this?

For example:

$ docker run --rm -d \
    -p "3128:3128/tcp" \
    -p "1080:1080/tcp" \
    tarampampam/3proxy:latest

Or with auth & resolver settings:

$ docker run --rm -d \
    -p "3128:3128/tcp" \
    -p "1080:1080/tcp" \
    -e "PROXY_LOGIN=evil" \
    -e "PROXY_PASSWORD=live" \
    -e "PRIMARY_RESOLVER=2001:4860:4860::8888" \
    tarampampam/3proxy:latest

Releasing

New versions publishing is very simple - just make required changes in this repository, update changelog file and "publish" new release using repo releases page.

Docker images will be build and published automatically.

New release will overwrite the latest docker image tag in both registers.

Changes log

Release date Commits since latest release

Changes log can be found here.

Support

Issues Issues

If you find any errors, please, make an issue in current repository.

License

WTFPL. Use anywhere for your pleasure.

3proxy-docker's People

Contributors

dependabot[bot] avatar renovate[bot] avatar tarampampam avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.