系统管理增加ipv6支持 (#342)

This commit is contained in:
lori255 2023-04-12 23:19:15 +08:00 committed by GitHub
parent 98d414935e
commit 11a62097f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -228,7 +228,7 @@ export async function createServer() {
server.listen({
port: Config.serverPort || 3321,
host: '0.0.0.0'
host: '::'
}, (error) => {
if (error) {
console.error(error)