From e6987a41674f3180c036ac919e97167c1d2a9dc7 Mon Sep 17 00:00:00 2001 From: Jon Breen Date: Fri, 29 Mar 2024 14:02:16 +0000 Subject: [PATCH] log leechin ops --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 245fe56..2399f73 100644 --- a/src/index.ts +++ b/src/index.ts @@ -73,7 +73,7 @@ export default { if (object != null) { var leeches: string[] = await object.json(); - + console.log(`ip-address: ${ipAddress} index: ${leeches.indexOf(ipAddress)} lookup: ${JSON.stringify(leeches)}`); if (leeches.indexOf(ipAddress) >= 0) { isLeech = true; }