SOCKS5 Proxy, Lightweight, secure, and configurable SOCKS5 proxy server written in Go
1.2K
This Docker image allows you to quickly run a SOCKS5 Proxy server.
Run the following command to start the socks5 container in detached mode. It will always restart automatically if it stops:
docker run -d \
--name socks5 \
--restart=always \
--dns=1.1.1.1 \
--dns=8.8.8.8 \
-p 1080:1080 \
-e SOCKS5_USER= \
-e SOCKS5_PASSWORD= \
imzami/socks5
Username: imzami Password: 11221099 Please customise your own.
To stop the container:
docker stop socks5
To remove the container:
docker rm socks5
Content type
Image
Digest
sha256:d480b3359…
Size
2.1 MB
Last updated
2 months ago
docker pull imzami/socks5