Skip to content

istudyatuni/shadowsocks-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shadowsocks setup

Helper to setup shadowsocks server

Usage

Download static-linked build here to the server and unpack.

Install

Possible types:

sssetup install --port <port> --password <password>
# explicitly specify the type
sssetup install <type> --port <port> --password <password>
# specify AEAD cipher
sssetup install --port <port> --password <password> --cipher <cipher>

Undo installation

sssetup undo
# explicitly specify the type
sssetup undo rust