From dfb868793677b1bca031e77133089e3944967c55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=B2=81=E8=AA=89=E7=A8=8B?= <2659568239@qq.com> Date: Fri, 13 Sep 2024 11:06:48 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E9=83=A8=E7=BD=B2=E7=AB=AF?= =?UTF-8?q?=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/config.js b/server/config.js index f963e6e..71b84aa 100644 --- a/server/config.js +++ b/server/config.js @@ -17,7 +17,7 @@ module.exports = // Signaling settings (protoo WebSocket server and HTTP API server). https : { - listenIp : '172.17.0.22', // 换成你的IP地址 + listenIp : '0.0.0.0', // 换成你的IP地址 // NOTE: Don't change listenPort (client app assumes 4443). listenPort : process.env.PROTOO_LISTEN_PORT || 4443, // NOTE: Set your own valid certificate files.