From 6d20bfcb7fea310e7c5773435c9af05e21025742 Mon Sep 17 00:00:00 2001 From: bmy <2271608011@qq.com> Date: Thu, 28 Nov 2024 22:41:53 +0800 Subject: [PATCH] ss --- app.js | 1 + 1 file changed, 1 insertion(+) diff --git a/app.js b/app.js index f98641d..b34fd87 100644 --- a/app.js +++ b/app.js @@ -45,6 +45,7 @@ http.createServer(app).listen(config.port, "::",() => { // app.listen(config.port, () => { // console.log(` // 爬虫运行在下面网址: + // 1️⃣ 公网 IPV6: http://[${ipv6()}]:${config.port} // 2️⃣ 局域网 IPV4: http://${ipv4()}:${config.port} // `)