Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wangyufeng0615/37b29af7e12ce40114dd2393140b1b75 to your computer and use it in GitHub Desktop.
Save wangyufeng0615/37b29af7e12ce40114dd2393140b1b75 to your computer and use it in GitHub Desktop.
Ubuntu 14.04 快速安装 Shadowsocks-libev
# 安装Shadowsocks-libev
apt-get install software-properties-common -y
add-apt-repository ppa:max-c-lv/shadowsocks-libev -y
apt-get update
apt install shadowsocks-libev -y
# 运行ss,-p的参数可以选任意一个空的端口,-k的参数是自行设置的密码
ss-server -s 0.0.0.0 -p 1133 -k password -m aes-256-cfb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment