Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MrXiaoM committed Dec 4, 2023
1 parent f268ec9 commit 2d0713e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,11 @@ java -cp "$CLASSPATH:./libs/*" net.mamoe.mirai.console.terminal.MiraiConsoleTerm
启动后会生成配置文件 `overflow.json`,修改其中的 `ws_host` 为服务端地址,再次启动即可,
服务端地址如 Shamrock 的 `主动WebSocket地址`

若修改 `reversed_ws_port``[1, 65535]` 区间的数 (端口号有效值),则代表使用`反向WebSocket` (又称`被动WebSocket`)连接
该选项会覆盖`正向WebSocket` (又称 `主动WebSocket`) 地址配置。

**反向WebSocket当前为实验性功能,可能存在问题,勿投入生产环境使用。**

# 已实现消息类型

> ✅ - 支持
Expand Down

0 comments on commit 2d0713e

Please sign in to comment.