Skip to content

litaxc/shadowsocks-server-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Setup a shadowsocks server fast!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages