Grasscutters / Grasscutter

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

[Bug] 怎么在多个IP上启动服务器 #2487

Open sfhijg opened 6 months ago

sfhijg commented 6 months ago

我的电脑上有多个网络适配器,这么改貌似是错误的 "http": { "startImmediately": false, "bindAddress": "0.0.0.0", "bindPort": 443, "accessAddress": "0.0.0.0", "accessPort": 0, "encryption": { "useEncryption": false, "useInRouting": false, "keystore": "./keystore.p12", "keystorePassword": "123456" }, "policies": { "cors": { "enabled": true, "allowedOrigins": [ "*" ] } }, "files": { "indexFile": "./index.html", "errorFile": "./404.html" } }, "game": { "bindAddress": "0.0.0.0", "bindPort": 22102, "accessAddress": "0.0.0.0", "accessPort": 0,