From f747fdb6368e6f5552af3586a06f7609873a7dbc Mon Sep 17 00:00:00 2001 From: localhost Date: Sat, 10 Jan 2026 23:52:40 +0100 Subject: [PATCH] switch ips on boot --- index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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