add back ip checking

This commit is contained in:
localhost 2025-09-24 21:37:37 +02:00
parent 8a25e55053
commit 13a34db2ae
1 changed files with 1 additions and 1 deletions

View File

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