uncomment

This commit is contained in:
localhost 2025-03-14 23:39:03 +01:00
parent 98b2a5d417
commit d76d0bb753
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()
})