28 lines
764 B
Markdown
28 lines
764 B
Markdown
# 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。
|