Skip to content

Commit

Permalink
新增 启动参数
Browse files Browse the repository at this point in the history
  • Loading branch information
BingYanchi authored Nov 7, 2021
1 parent d186e6b commit a77db0d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,13 @@ Light App Engine Tunnel Client
同 Linux.

## 启动参数

这部分是可选的,使用参数启动,可直接启动隧道。

例如你可以在 `lae-tunnel.exe` 同目录下创建一个 bat 文件,比如 `start.cmd`

在其中填入参数,完整的参数例如 `lae-tunnel.exe --token 123456 --tunnel 3,5,#1`

其中 `token` 的值需要到 Lae 的 `用户名 / 积分` 里点击 `更新访问密钥` 后,在右下角复制获取。

其中 `tunnel` 的值为对应的隧道 ID,你需要手动启动一次 `lae-tunnel.exe` 查看隧道 ID。你也可以使用 `#` 前缀后接项目 ID,启动该项目下所有隧道,项目 ID 获取方式同隧道 ID 获取方式。

0 comments on commit a77db0d

Please sign in to comment.