Add proxy protocol installer mirror

This commit is contained in:
mango
2026-04-27 21:56:29 +08:00
commit 893e36d8b6
6 changed files with 1817 additions and 0 deletions

27
README.md Normal file
View File

@@ -0,0 +1,27 @@
# proxy-installer
顶尖自己的协议一键脚本镜像入口,统一选择:
- ss2022 + shadowtls
- anytls
- snell v5
- Reality (Xray)
## 推荐用法
```bash
curl -fsSL https://mjjtop.com/proxy -o proxy.sh && chmod +x proxy.sh && ./proxy.sh
```
## 直接指定协议
```bash
curl -fsSL https://mjjtop.com/proxy | bash -s -- ss
curl -fsSL https://mjjtop.com/proxy | bash -s -- anytls
curl -fsSL https://mjjtop.com/proxy | bash -s -- snell
curl -fsSL https://mjjtop.com/proxy | bash -s -- reality
```
## 说明
这里镜像的是安装脚本本身,不再依赖 `*.shuijiao.de`。脚本内部仍会从官方 GitHub / Surge CDN 拉取对应二进制;如果要完全离线/完全不依赖外部下载源,需要下一步再镜像二进制 release。