shadowsocks and kcptun server on ubuntu 16.04
1.0K
How to setup
sudo docker run -d -ti --net=host --name=sskcp lfbear/sskcp-ubuntu --restart=alwayssudo docker run -d -ti --net=host --name=sskcp -e KCP_PORT="8888" -e SS_PORT="8887" lfbear/sskcp-ubuntu --restart=alwaysWhere is my password and config
sudo docker logs sskcpsudo docker exec -ti sskcp /bin/bash and cat /etc/shadowsocks.json && cat /etc/kcptun.jsonContent type
Image
Digest
Size
235.2 MB
Last updated
almost 9 years ago
docker pull lfbear/sskcp-ubuntu