All Projects → junbaor → Shell_script

junbaor / Shell_script

一键安装 shadowsocks,支持 chacha20-ietf-poly1305 加密方式

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Shell script

Fwlite
A anti-censorship HTTP proxy with builtin shadowsocks support.
Stars: ✭ 129 (-22.75%)
Mutual labels:  shadowsocks
Soksaccounts
🔥 Shadowsocks 账号爬虫
Stars: ✭ 145 (-13.17%)
Mutual labels:  shadowsocks
Agentx
Shadowsocks升级版,支持协议伪装和流量压缩,易于扩展,可统计流量
Stars: ✭ 154 (-7.78%)
Mutual labels:  shadowsocks
Ssr Manyuser glzjin shell
sspanel v3 魔改版 后端一键安装配置管理脚本
Stars: ✭ 133 (-20.36%)
Mutual labels:  shadowsocks
Ladder
梯子,科学上网,翻墙 , 代理, 外网, 加速器, 路由, V2Ray,SS,shadowsocks, SSR
Stars: ✭ 141 (-15.57%)
Mutual labels:  shadowsocks
Cproxy
Easy per application transparent proxy built on cgroup.
Stars: ✭ 145 (-13.17%)
Mutual labels:  shadowsocks
Ubnt Mips Shadowsocks Libev
Cross complie shadowsocks for UBNT devices based on mipsel or mips64
Stars: ✭ 127 (-23.95%)
Mutual labels:  shadowsocks
Potatso
Potatso is an iOS client that implements Shadowsocks proxy with the leverage of NetworkExtension framework. ***This project is unmaintained, try taking a look at this fork https://github.com/shadowcoel/shadowcoel instead.
Stars: ✭ 1,925 (+1052.69%)
Mutual labels:  shadowsocks
Shadowproxy
A proxy server that implements Socks5/Shadowsocks/Redirect/HTTP (tcp) and Shadowsocks/TProxy/Tunnel (udp) protocols.
Stars: ✭ 142 (-14.97%)
Mutual labels:  shadowsocks
Surge Rules
🦄 🎃 👻 Surge 规则集(DOMAIN-SET 和 RULE-SET),兼容 Surge for iOS 和 Surge for Mac 客户端。
Stars: ✭ 151 (-9.58%)
Mutual labels:  shadowsocks
Unblockchn
Unblock CHN - Shadowsocks 回国解锁代理分流配置工具 (路由器 & Surge) - Unblock Youku 衍生工具
Stars: ✭ 134 (-19.76%)
Mutual labels:  shadowsocks
Shadowsocks Cloak Installer
A one-key script to setup Cloak plugin with Shadowsocks on your server
Stars: ✭ 138 (-17.37%)
Mutual labels:  shadowsocks
Pichi
Flexible Rule-Based Proxy
Stars: ✭ 149 (-10.78%)
Mutual labels:  shadowsocks
Encryptsocks
Encrypt your socks transmission.
Stars: ✭ 131 (-21.56%)
Mutual labels:  shadowsocks
Shadowtunnel
secure tunnel which help you protecting your tcp traffic between your machine and your service on remote.
Stars: ✭ 156 (-6.59%)
Mutual labels:  shadowsocks
Fanqiang Book
2021科学上网指南,小白图文攻略 | 翻墙/梯子/自由上网/SSR/V2Ray/
Stars: ✭ 127 (-23.95%)
Mutual labels:  shadowsocks
Shadowsocks Asuswrt Merlin
Shadowsock for Asuswrt-Merlin New Gen
Stars: ✭ 148 (-11.38%)
Mutual labels:  shadowsocks
China Domain Allowlist
常用中国网站白名单,纯列表,用于 SwitchyOmega,控制不走代理的网站。
Stars: ✭ 166 (-0.6%)
Mutual labels:  shadowsocks
Go Shadowsocks Magic
A shadowsocks implementation in golang with Multi-connection Acceleration
Stars: ✭ 158 (-5.39%)
Mutual labels:  shadowsocks
Qladder
QLadder is a project for iOS client. It uses shadowsocks as server-side.
Stars: ✭ 152 (-8.98%)
Mutual labels:  shadowsocks

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].