This commit is contained in:
localhost 2025-03-14 23:01:05 +01:00
parent 2b3efcfe38
commit c5249ade05
1 changed files with 2 additions and 2 deletions

View File

@ -281,9 +281,9 @@ async function switchIps() {
})
}
setInterval(switchIps, 30 * 60000) // 30 minutes
// setInterval(switchIps, 30 * 60000) // 30 minutes
app.listen(8008, () => {
console.log('the metadata server is up.')
switchIps()
// switchIps()
})