区分极狐极光配置
This commit is contained in:
16
README.md
16
README.md
@@ -1,3 +1,19 @@
|
||||
## 使用说明
|
||||
|
||||
一、上传 ros 镜像,位置在 `templates` 目录下
|
||||
|
||||
二、为 ros 配置公网 IP 与网关,并重置 mac 地址
|
||||
|
||||
```
|
||||
/ip/address/set 0 address=公网地址/掩码
|
||||
/ip/route/set 0 gateway=网关地址
|
||||
/interface/ethernet/reset-mac-address wan
|
||||
```
|
||||
|
||||
三、将需要部署的 ros 配置条目从 `config.bak.csv` 中复制到 `config.csv`
|
||||
|
||||
四、执行 `main.py`
|
||||
|
||||
## 部署流程
|
||||
|
||||
**参数**
|
||||
|
||||
Reference in New Issue
Block a user