Merge pull request #1 from CyrusSUEN/patch-1

Add UDP support
This commit is contained in:
2018-08-22 10:32:28 +08:00
committed by GitHub

View File

@@ -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