Grasscutters / Grasscutter

A server software reimplementation for a certain anime game.
https://grasscutter.io/
GNU Affero General Public License v3.0
16.21k stars 4.47k forks source link

[Bug] 为什么用127.0.0.1可以连接到的服务器而用本机IP不可以? Why can I use 127.0.0.1 to connect to the server instead of using a local IP address? #2435

Open WXM0110 opened 11 months ago

WXM0110 commented 11 months ago

为什么用127.0.0.1可以连接到的服务器而用本机IP不可以(已改config.json中的"accessAddress") Why can I use 127.0.0.1 to connect to the server instead of using a local IP address?(Changed accessAddress in config.json)

Rush-525 commented 10 months ago

你可能需要关闭ssl加密,

image

z这两行改为false 注意:IP地址应为公网ip地址或者局域网ip地址,若关闭了ssl加密,配置代理时地址格式为http://而不是https://