一键安装shadowsocks,支持chacha20-ietf-poly1305加密方式
shell_script
本仓库只作自己使用, 未过多考虑环境信息, 暂只支持Ubuntu, Vultr、Google Cloud、AlibabCloud (国际版) 主机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-cluster
curl "https://raw.githubusercontent.com/junbaor/shell_script/master/redis-cluster.sh" |/bin/sh
centos
shadowsocks加密方式chacha20-ietf-poly1305
curl "https://raw.githubusercontent.com/junbaor/shell_script/master/centos-shadowsocks.sh" |/bin/sh