mirror of
https://github.com/newnius/Dockerfiles.git
synced 2025-06-06 08:11:54 +00:00
Add UDP support
This commit is contained in:
parent
a376535545
commit
956e3db202
@ -6,6 +6,7 @@ docker run \
|
|||||||
-d \
|
-d \
|
||||||
--restart always \
|
--restart always \
|
||||||
--publish 1080:1080 \
|
--publish 1080:1080 \
|
||||||
|
--publish 1080:1080/udp \
|
||||||
--name shadowsocks \
|
--name shadowsocks \
|
||||||
newnius/rpi-shadowsocks \
|
newnius/rpi-shadowsocks \
|
||||||
ssserver -p 1080 -k PASSWORD -m aes-256-cfb
|
ssserver -p 1080 -k PASSWORD -m aes-256-cfb
|
||||||
@ -17,6 +18,7 @@ docker run \
|
|||||||
-d \
|
-d \
|
||||||
--restart always \
|
--restart always \
|
||||||
--publish 1081:1081 \
|
--publish 1081:1081 \
|
||||||
|
--publish 1081:1081/udp \
|
||||||
--name shadowsocks \
|
--name shadowsocks \
|
||||||
newnius/rpi-shadowsocks \
|
newnius/rpi-shadowsocks \
|
||||||
sslocal -s SERVER_IP -p 1080 -l 1081 -k PASSWORD -m aes-256-cfb
|
sslocal -s SERVER_IP -p 1080 -l 1081 -k PASSWORD -m aes-256-cfb
|
||||||
|
Loading…
Reference in New Issue
Block a user