Sign inSign up

cristol/socks5

By cristol

•Updated 6 months ago

Sock5 proxy with or without authentication

Image
1

721

cristol/socks5 repository overview

⁠Dante (Socks5 Proxy)

Minimal Docker image running Dante (Socks5 Proxy).

⁠Deployment

⁠Docker run
docker pull cristol/socks5
docker run -d \
  --name Proxy \
  -e TZ=Europe/Paris \
  -e PROXY_USER=my_user \
  -e PROXY_PASSWORD=my_password \
  -p 1080:1080 \
  cristol/socks5
⁠Options

Environment variables supported (defaults):

  • TZ: timezone inside the container (default: Europe/Paris).
  • PROXY_USER: if set -> Enable authentication.
  • PROXY_PASSWORD: must not empty if PROXY_USER set.
⁠Docker compose

docker-compose.yml⁠

docker compose up -d

⁠Logs

Dante logs are send to /dev/stdout

docker logs -f Proxy

⁠Notes

  • The container validates TZ and exit if a value is invalid.

Cristol Bardou

Tag summary

Content type

Image

Digest

sha256:89fd4a7ce…

Size

7.8 MB

Last updated

6 months ago

docker pull cristol/socks5