From d76d0bb75313090be189f3ca4bdcb8c103d31d67 Mon Sep 17 00:00:00 2001 From: localhost Date: Fri, 14 Mar 2025 23:39:03 +0100 Subject: [PATCH] uncomment --- index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.js b/index.js index b76acbf..b6e80d0 100644 --- a/index.js +++ b/index.js @@ -281,9 +281,9 @@ async function switchIps() { }) } -// setInterval(switchIps, 30 * 60000) // 30 minutes +setInterval(switchIps, 30 * 60000) // 30 minutes app.listen(8008, () => { console.log('the metadata server is up.') - // switchIps() + switchIps() }) \ No newline at end of file