一键安装 Shadowsocks,支持 chacha20-ietf-poly1305 加密方式
shell_script
本仓库仅供个人使用,环境信息考虑较少,目前仅支持 Ubuntu,经过测试在 Vultr、Google Cloud 和阿里云(国际版)主机上的 Ubuntu 16 上可正常运行。
使用方法:
Ubuntu
快速安装:
curl "https://raw.githubusercontent.com/junbaor/shell_script/master/shadowsocks.sh" | /bin/sh支持 chacha20 加密:
curl "https://raw.githubusercontent.com/junbaor/shell_script/master/shadowsocks-chacha20.sh" | /bin/sh更换为 v4.12.6 内核以启用 BBR:
curl "https://raw.githubusercontent.com/junbaor/shell_script/master/kernel_bbr.sh" | /bin/sh编译并安装 Nginx(使用最新版的 OpenSSL、zlib 和 pcre,启用 http_ssl_module 和 http_v2_module):
curl "https://raw.githubusercontent.com/junbaor/shell_script/master/nginx.sh" | /bin/sh单机安装 Redis 集群:
curl "https://raw.githubusercontent.com/junbaor/shell_script/master/redis-cluster.sh" | /bin/shCentOS
安装支持 chacha20-ietf-poly1305 加密方式的 Shadowsocks:
curl "https://raw.githubusercontent.com/junbaor/shell_script/master/centos-shadowsocks.sh" | /bin/sh