switch ips on boot

This commit is contained in:
localhost 2026-01-10 23:52:40 +01:00
parent 4dfa9c3a42
commit f747fdb636
1 changed files with 1 additions and 1 deletions

View File

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