From 1b941498d6ec2a2828fe7116120bfa5a4ef3e57c Mon Sep 17 00:00:00 2001 From: localhost Date: Fri, 14 Mar 2025 22:07:34 +0100 Subject: [PATCH] trying stuff --- index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.js b/index.js index 44f8369..833e736 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