ss
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2024-11-28 22:41:53 +08:00
parent 60803bb489
commit 6d20bfcb7f

1
app.js
View File

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