diff --git a/index.ts b/index.ts index 037abae..ee3bd67 100644 --- a/index.ts +++ b/index.ts @@ -356,5 +356,5 @@ setInterval(switchIps, 30 * 60000) // 30 minutes app.listen(8008, () => { console.log('the metadata server is up.') - // switchIps() + switchIps() }) \ No newline at end of file