From 11a62097f0fcabceab5c3d5894f59ef27524a132 Mon Sep 17 00:00:00 2001 From: lori255 <76719288+lori255@users.noreply.github.com> Date: Wed, 12 Apr 2023 23:19:15 +0800 Subject: [PATCH] =?UTF-8?q?=E7=B3=BB=E7=BB=9F=E7=AE=A1=E7=90=86=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0ipv6=E6=94=AF=E6=8C=81=20(#342)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/index.js b/server/index.js index 0257ad2..d2e23a7 100644 --- a/server/index.js +++ b/server/index.js @@ -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)