Files
gl/README.md
2025-12-14 11:25:40 +08:00

25 lines
657 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

## 🚀 快速上手
### 1. SSH连接到路由器,或者在路由器终端执行如下命令 (MT2500/3000/6000)
```bash
sh -c "$(curl -fsSL https://cafe.cpolar.cn/wkdaily/gl/raw/branch/main/gl-inet.sh)"
```
## 新增 兼容原厂op24固件luci 24.10.4)的脚本 (MT3000/6000)
```bash
sh -c "$(curl -fsSL https://cafe.cpolar.cn/wkdaily/gl/raw/branch/main/gl-inet-op24.sh)"
```
#### 新增 BE6500脚本 (GL-BE6500) ❤️
```bash
sh -c "$(curl -fsSL https://cafe.cpolar.cn/wkdaily/gl/raw/branch/main/be6500.sh)"
```
#### 新增 BE3600脚本 (GL-BE3600)
```bash
sh -c "$(curl -fsSL https://cafe.cpolar.cn/wkdaily/gl/raw/branch/main/be3600.sh)"
```