问题遇到的现象和发生背景
配置文件
http.host: 0.0.0.0
http.cors.enabled: true
http.cors.allow-origin: "*"

使用localhost时正常

使用IP时就超时
配置文件
http.host: 0.0.0.0
http.cors.enabled: true
http.cors.allow-origin: "*"


network.host配置0.0.0.0
三层网络还需要配置network.publish_host为外部访问IP