Skip to content

Instantly share code, notes, and snippets.

@1isten
Last active July 5, 2019 10:12
Show Gist options
  • Save 1isten/7e82a39bcfe9595602a9fa980f8194d6 to your computer and use it in GitHub Desktop.
Save 1isten/7e82a39bcfe9595602a9fa980f8194d6 to your computer and use it in GitHub Desktop.
{
"server": "0.0.0.0",
"local_address": "127.0.0.1",
"local_port": 1080,
"port_password": {
"8850": "0",
"8851": "1",
"8852": "2",
"8853": "3"
},
"method": "aes-256-cfb",
"timeout": 300,
"fast_open": false
}
@1isten
Copy link
Author

1isten commented Feb 19, 2019

note:
apt install openssl python-pip python-setuptools
export LC_ALL=C
pip install --upgrade pip
pip install -U git+https://github.com/shadowsocks/shadowsocks.git@master

@1isten
Copy link
Author

1isten commented Feb 19, 2019

autostart:
vim /etc/rc.local and add ssserver -c /etc/shadowsocks.json -d start before exit 0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment