trying stuff

This commit is contained in:
localhost 2025-03-14 22:07:34 +01:00
parent 491931691c
commit 1b941498d6
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()
})