fix(docs): change the http bind address
It is dangerous to use `0.0.0.0` in the docs. So this commit changes the address to localhost.
This commit is contained in:
parent
0f8b06b129
commit
39f628a99f
@ -39,7 +39,7 @@ efb-qq-plugin-go-cqhttp 是 efb-qq-slave 的插件,需要配合 efb-qq-slave
|
|||||||
# HTTP 通信设置
|
# HTTP 通信设置
|
||||||
- http:
|
- http:
|
||||||
# HTTP监听地址
|
# HTTP监听地址
|
||||||
address: 0.0.0.0:5700
|
address: 127.0.0.1:5700
|
||||||
# 反向 HTTP 超时时间, 单位秒
|
# 反向 HTTP 超时时间, 单位秒
|
||||||
# 最小值为 5,小于 5 将会忽略本项设置
|
# 最小值为 5,小于 5 将会忽略本项设置
|
||||||
timeout: 5
|
timeout: 5
|
||||||
|
Loading…
Reference in New Issue
Block a user