diff --git a/src/core/isProxy.js b/src/core/isProxy.js index 53bf075..9ab0889 100644 --- a/src/core/isProxy.js +++ b/src/core/isProxy.js @@ -140,7 +140,7 @@ async function withoutCache(f, ip) { return true; } const [result, info] = await f(ip); - saveIPInfo(ip, result, info); + saveIPInfo(ipKey, result, info); return result; }