From 65ceeda5983289f6ea0a7b2b726e6fd8c3b33869 Mon Sep 17 00:00:00 2001 From: localhost Date: Wed, 24 Sep 2025 20:55:24 +0200 Subject: [PATCH] switch ips at start --- index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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