From 13a34db2aea6abb2c81cfbe2d34f4ec26a5c057f Mon Sep 17 00:00:00 2001 From: localhost Date: Wed, 24 Sep 2025 21:37:37 +0200 Subject: [PATCH] add back ip checking --- index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.ts b/index.ts index 3a75d02..6d20a8e 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