mirror of
https://github.com/newnius/Dockerfiles.git
synced 2025-12-13 01:36:43 +00:00
@@ -6,6 +6,7 @@ docker run \
|
||||
-d \
|
||||
--restart always \
|
||||
--publish 1080:1080 \
|
||||
--publish 1080:1080/udp \
|
||||
--name shadowsocks \
|
||||
newnius/rpi-shadowsocks \
|
||||
ssserver -p 1080 -k PASSWORD -m aes-256-cfb
|
||||
@@ -17,6 +18,7 @@ docker run \
|
||||
-d \
|
||||
--restart always \
|
||||
--publish 1081:1081 \
|
||||
--publish 1081:1081/udp \
|
||||
--name shadowsocks \
|
||||
newnius/rpi-shadowsocks \
|
||||
sslocal -s SERVER_IP -p 1080 -l 1081 -k PASSWORD -m aes-256-cfb
|
||||
|
||||
Reference in New Issue
Block a user