Update ip-reputation.js
Some checks are pending
CodeQL / Analyze (csharp) (push) Waiting to run
CodeQL / Analyze (javascript) (push) Waiting to run
CodeQL / Analyze (python) (push) Waiting to run

This commit is contained in:
Namhyeon Go 2025-01-10 13:29:05 +09:00
parent 1c6d306760
commit 8571ec4d00

View File

@ -24,6 +24,8 @@ function check(ip_address) {
return response.responseBody;
}
exports.check = check;
exports.VERSIONINFO = "IP Reputation Checker (ip-reputation.js) version 0.1";
exports.AUTHOR = "abuse@catswords.net";
exports.global = global;