switch ips at start

This commit is contained in:
localhost 2025-09-24 20:55:24 +02:00
parent b0a9d75a14
commit 65ceeda598
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()
})