29 lines
989 B
Markdown
29 lines
989 B
Markdown
## 备用脚本
|
||
[](https://github.com/wukongdaily/gl-inet-onescript/blob/master/LICENSE)
|
||

|
||

|
||
|
||
- 主项目 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)"
|
||
|
||
```
|