Skip to content

snegodick/ss-local

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Shadowsocks client (ss-local) in docker container

Docker build

git clone https://github.com/snegodick/ss-local && cd ss-local
build -t ss-local .

Docker run

docker run --name ss-local-1 --restart always \
-e SS_SERVER=server.com \
-e SS_PORT=18499 \
-e METHOD=aes-256-cfb \
-e KEY=Passw0rd1560 \
-p 1234:1080 \
-d ss-local

Check by curl

curl --socks5 127.0.0.1:1234 ifconfig.me
curl --socks5 127.0.0.1:1234 ifconfig.io

Links

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published