Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/junbaor/shell_script
一键安装 shadowsocks,支持 chacha20-ietf-poly1305 加密方式
https://github.com/junbaor/shell_script
shadowsocks shell
Last synced: about 2 months ago
JSON representation
一键安装 shadowsocks,支持 chacha20-ietf-poly1305 加密方式
- Host: GitHub
- URL: https://github.com/junbaor/shell_script
- Owner: junbaor
- Created: 2017-03-31T09:39:32.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-17T07:05:28.000Z (about 7 years ago)
- Last Synced: 2024-08-03T17:12:24.467Z (5 months ago)
- Topics: shadowsocks, shell
- Language: Shell
- Homepage:
- Size: 17.6 KB
- Stars: 184
- Watchers: 8
- Forks: 138
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-network-stuff - **136**星 - ietf-poly1305 加密方式 (<a id="d03d494700077f6a65092985c06bf8e8"></a>工具 / <a id="cb16466a31a167bb61f39e2a4a85f449"></a>Shadowsocks)
README
# 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
```