Skip to content

Latest commit

 

History

History
17 lines (16 loc) · 458 Bytes

README.md

File metadata and controls

17 lines (16 loc) · 458 Bytes

1. Bring up an instance on any cloud and ssh into the instance

In my case, I use t2.micro on AWS. Make sure the security group is configured to allow incoming connection to port 28388

2. Clone this repo

git clone https://github.com/litaxc/shadowsocks-server-setup.git

3. Bring up the SS server

cd shadowsocks-server-setup
sh ./up.sh

4. Verify the server is up, listening on port 28388

sudo lsof -nPi | grep 28388