Sign inSign up

crazygit/ss-client

By crazygit

Updated almost 8 years ago

run shadowsocks client with socket5 and http protocol

Image
0

493

crazygit/ss-client repository overview

shadowsocks client with http protocol

Based on shadowsocks offical docker images.

Run shadowsocks client

  • socket5 protocol in 1080 port
  • http protocol in 1087 port
Usage
docker run \
    -e SERVER_ADDR="your_server_host" \
    -e SERVER_PORT="your_server_port" \
    -e PASSWORD="your_password" \
    -e METHOD="your_encryption_method" \
    -p 1080:1080 \
    -p 1087:1087 \
    crazygit/ss-client:latest

test it works

$ curl -x http://127.0.0.1:1087 http://httpbin.org/ip
Build docker image from source
$ git clone https://github.com/crazygit/ss-client.git
$ cd ss-client && bash build.sh

Tag summary

Content type

Image

Digest

Size

8 MB

Last updated

almost 8 years ago

docker pull crazygit/ss-client