run shadowsocks client with socket5 and http protocol
493
Based on shadowsocks offical docker images.
Run shadowsocks client
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
$ git clone https://github.com/crazygit/ss-client.git
$ cd ss-client && bash build.sh
Content type
Image
Digest
Size
8 MB
Last updated
almost 8 years ago
docker pull crazygit/ss-client