diff --git a/index.ts b/index.ts index 76edcc0..7e4146e 100644 --- a/index.ts +++ b/index.ts @@ -325,5 +325,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