首次迁移

This commit is contained in:
2025-12-09 21:39:26 +08:00
parent 3eac428e9b
commit f24ff5c3d2
37 changed files with 10548 additions and 1 deletions

View File

@@ -1,2 +1,28 @@
# gl
## 备用脚本
[![GitHub](https://img.shields.io/github/license/wukongdaily/gl-inet-onescript.svg?label=LICENSE&logo=github&logoColor=%20)](https://github.com/wukongdaily/gl-inet-onescript/blob/master/LICENSE)
![GitHub Stars](https://img.shields.io/github/stars/wukongdaily/gl-inet-onescript.svg?style=flat&logo=appveyor&label=Stars&logo=github)
![GitHub Forks](https://img.shields.io/github/forks/wukongdaily/gl-inet-onescript.svg?style=flat&logo=appveyor&label=Forks&logo=github)
- 主项目 https://github.com/wukongdaily/gl-inet-onescript
- 悟空新百科站https://wklife.netlify.app
## 🚀 快速上手
### 1. SSH连接到路由器,或者在路由器终端执行如下命令
#### mt3000/2500/6000
```bash
sh -c "$(curl -fsSL https://mt3000.netlify.app/gl-inet.sh)"
```
#### mt3000/2500/6000 op24-4.8.2 以上
```bash
sh -c "$(curl -fsSL https://mt3000.netlify.app/gl-inet-op24.sh)"
```
#### be3600
```bash
sh -c "$(curl -fsSL https://mt3000.netlify.app/be3600.sh)"
```