d3vilh/socks5-proxy

By d3vilh

Updated about 1 year ago

socks5 proxy

Image
Networking
Security
Web servers
0

4.9K

d3vilh/socks5-proxy repository overview

socks5 proxy

Fast experimental socks5 proxy server.

latest version Docker Image Version (tag latest semver) Docker Image Size (tag)

To run:

docker run -d --name socks5 -p 1090:12231 -e PROXY_PORT=12231 d3vilh/socks5-proxy

or

docker run -d --name socks5 -p 1080:1080 -e PROXY_USER=<PROXY_USER> -e PROXY_PASSWORD=<PROXY_PASSWORD> d3vilh/socks5-proxy

Container ENV parameters

You could add these parameters in .env file:

  • PROXY_USER - Auth user. Default is EMPTY.
  • PROXY_PASSWORD - Auth password. Default is EMPTY.
  • PROXY_PORT - Listening port for app inside of the container. Default is 1080.
  • ALLOWED_DEST_FQDN - Allowed destination address regular expression pattern. Default allows all.
  • ALLOWED_IPS - Set allowed IP's that can connect to proxy, separator ,.

To build the container:

docker-compose -f docker-compose.build.yml up -d

To build just image:

PLATFORM="linux/arm64/v8"
docker build --progress=plain --platform=$PLATFORM -f Dockerfile -t local/socks5-proxy:latest .

Buy Me A Coffee

Tag summary

Content type

Image

Digest

sha256:d4972e7b2

Size

1.8 MB

Last updated

about 1 year ago

docker pull d3vilh/socks5-proxy