Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
sfhijg opened this issue Mar 17, 2024 · 0 comments
Open

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

sfhijg opened this issue Mar 17, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@sfhijg
Copy link

sfhijg commented Mar 17, 2024

我的电脑上有多个网络适配器,这么改貌似是错误的
"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,

@sfhijg sfhijg added the bug Something isn't working label Mar 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant