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} // `)