Sign inSign up

imzami/socks5

By imzami

Updated 2 months ago

SOCKS5 Proxy, Lightweight, secure, and configurable SOCKS5 proxy server written in Go

Image
Networking
Security
0

1.2K

imzami/socks5 repository overview

Proxy SOCKS5 Docker Container

This Docker image allows you to quickly run a SOCKS5 Proxy server.


Quick Start

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.

Requirements

  • Docker must be installed on the host machine.

Stopping and Removing the Container

To stop the container:

docker stop socks5

To remove the container:

docker rm socks5

Tag summary

Content type

Image

Digest

sha256:d480b3359

Size

2.1 MB

Last updated

2 months ago

docker pull imzami/socks5