genkio / blog

Stay hungry stay foolish
https://slashbit.github.io/blog/
0 stars 1 forks source link

Setup shadowsocks on ubuntu 14.04 #96

Open genkio opened 8 years ago

genkio commented 8 years ago
$ apt-get update
$ sudo apt-get install python-gevent python-pip
$ pip install shadow socks
$ vim /etc/shadowsocks.json

# start service
$ ssserver -c /etc/shadowsocks.json -d start
# add to auto start
$ vim /etc/rc.local
# /usr/bin/python /usr/local/bin/ssserver -c /etc/shadowsocks.json -d start
{
    "server":"0.0.0.0",
    "server_port":8300,
    "local_port":1080,
    "password":"password",
    "timeout":600,
    "method":"aes-256-cfb"
}

shadowsocks clients

genkio commented 8 years ago

Setup dropbox

dropbox