mirror of
https://github.com/newnius/Dockerfiles.git
synced 2025-06-06 08:11:54 +00:00
update ss README
This commit is contained in:
parent
60a58a99ef
commit
78f77f8e59
14
shadowsocks/local-1.2.1/README.md
Normal file
14
shadowsocks/local-1.2.1/README.md
Normal file
@ -0,0 +1,14 @@
|
||||
# Shadowsocks
|
||||
|
||||
__Across the Great Wall, we can reach every corner in the world.__
|
||||
|
||||
## Run as client
|
||||
```
|
||||
docker run \
|
||||
-d \
|
||||
--restart always \
|
||||
--publish 1082:1080 \
|
||||
--name sslocal \
|
||||
newnius/shadowsocks:client-1.2.1 \
|
||||
sslocal -s SERVER_IP -p 1081 -l 1080 -k PASSWORD -m METHOD
|
||||
```
|
14
shadowsocks/server-1.2.1/README.md
Normal file
14
shadowsocks/server-1.2.1/README.md
Normal file
@ -0,0 +1,14 @@
|
||||
# Shadowsocks
|
||||
|
||||
__Across the Great Wall, we can reach every corner in the world.__
|
||||
|
||||
## Run as server
|
||||
```
|
||||
docker run \
|
||||
-d \
|
||||
--restart always \
|
||||
--publish 1081:1080 \
|
||||
--name ssserver \
|
||||
newnius/shadowsocks:server-1.2.1 \
|
||||
ssserver -p 1080 -k PASSWORD -m METHOD
|
||||
```
|
Loading…
Reference in New Issue
Block a user