https://github.com/yuehen7/scripts
BBR、WARP、trojan-go、sing-box合集
https://github.com/yuehen7/scripts
bbr sing-box trojan-go warp
Last synced: 3 months ago
JSON representation
BBR、WARP、trojan-go、sing-box合集
- Host: GitHub
- URL: https://github.com/yuehen7/scripts
- Owner: yuehen7
- Created: 2022-09-25T14:23:51.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-22T08:55:34.000Z (over 1 year ago)
- Last Synced: 2025-06-22T04:02:25.445Z (4 months ago)
- Topics: bbr, sing-box, trojan-go, warp
- Language: Shell
- Homepage:
- Size: 102 KB
- Stars: 72
- Watchers: 2
- Forks: 15
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 脚本集合
具体内容包括:
* 时间区域修改
* BBR加速
* WARP
* trojan-go搭建
* sing-box搭建(支持Shadowsocks、ShadowTLS、Trojan一键配置)
* 流媒体检测
* 回程线路测试
* 三网下载测试### 合集脚本使用
```
wget -N --no-check-certificate https://raw.githubusercontent.com/yuehen7/scripts/main/main.sh && chmod +x main.sh && bash main.sh
``````
bash <(curl -s -L https://raw.githubusercontent.com/yuehen7/scripts/main/main.sh)
```sing-box安装后可直接使用sing-box命令
### sing-box一键脚本使用
该脚本使用nginx前置进行vmess和trojan分流,自动创建静态网站进行伪装.
* vmess+ws+tls
* trojan+ws+tls
* shadowsocks```
bash <(curl -s -L https://raw.githubusercontent.com/yuehen7/scripts/main/onekey.sh)
```### sing-box一键CF脚本
该脚本不需要域名,使用CF优选IP地址
* vmess
* trojan```
bash <(curl -s -L https://raw.githubusercontent.com/yuehen7/scripts/main/onekey-singbox.sh)
```0. 退出脚本
1. 安装 sing-box 服务
2. 更新 sing-box 服务
3. 卸载 sing-box 服务
4. 启动 sing-box 服务
5. 停止 sing-box 服务
6. 重启 sing-box 服务
7. 检查 sing-box 配置
8. 查看 sing-box 配置# 致谢
[FranzKafkaYu/sing-box-yes](https://github.com/FranzKafkaYu/sing-box-yes)
[SagerNet/sing-box](https://github.com/SagerNet/sing-box)