Run shadowsocks in RaspberryPi
4.4K
docker run \
-d \
--restart always \
--publish 1080:1080 \
--name shadowsocks \
newnius/rpi-shadowsocks \
ssserver -p 1080 -k PASSWORD -m aes-256-cfb
docker run \
-d \
--restart always \
--publish 1081:1081 \
--name shadowsocks \
newnius/rpi-shadowsocks \
sslocal -s SERVER_IP -p 1080 -l 1081 -k PASSWORD -m aes-256-cfb
Content type
Image
Digest
Size
14.1 MB
Last updated
almost 9 years ago
docker pull newnius/rpi-shadowsocks