mirai-api-http如何开启远程访问
-
使用的腾讯云,这个机子网卡是内网地址,外网地址应该是映射过来的。
在下面设置的话,
adapterSettings:
http:
host: localhost
port: xxxxxx
cors: [*]
好像从远程是访问不了的。求问如何开启远程访问 -
adapterSettings:
http:
host: 0.0.0.0
port: 28080
cors: [*]这是我的配置,我的腾讯云,能用
-
@yoonching 在 mirai-api-http如何开启远程访问 中说:
adapterSettings:
http:
host: 0.0.0.0
port: 28080
cors: [*]这是我的配置,我的腾讯云,能用
好的,我试试
-
把host 改成0.0.0.0就可以了