Skip to content
This repository was archived by the owner on Aug 2, 2020. It is now read-only.

Commit 66d6ef0

Browse files
committed
update docs
1 parent 4721218 commit 66d6ef0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/4.14/Configuration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,10 @@ port = 5701
8282

8383
| 配置项名称 | 默认值 | 说明 |
8484
| -------- | ------ | --- |
85-
| `host` | `0.0.0.0` | HTTP 服务器监听的 IP |
85+
| `host` | v4.14.2 之前 `[::]`<br>v4.14.2 开始 `0.0.0.0` | HTTP 服务器监听的 IP |
8686
| `port` | `5700` | HTTP 服务器监听的端口 |
8787
| `use_http` | `true` | 是否开启 HTTP 接口,即通过 HTTP 调用 API,见 [通信方式的第一种](/CommunicationMethods#插件作为-http-服务端) |
88-
| `ws_host` | `0.0.0.0` | WebSocket 服务器监听的 IP |
88+
| `ws_host` | v4.14.2 之前 `[::]`<br>v4.14.2 开始 `0.0.0.0` | WebSocket 服务器监听的 IP |
8989
| `ws_port` | `6700` | WebSocket 服务器监听的端口 |
9090
| `use_ws` | `false` | 是否开启 WebSocket 服务器,可用于调用 API 和推送事件,见 [通信方式的第二种](/CommunicationMethods#插件作为-websocket-服务端) |
9191
| `ws_reverse_url` || 反向 WebSocket Event 和事件上报的共用地址 |

0 commit comments

Comments
 (0)