mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-05-07 12:16:04 +00:00
Update ip-reputation.js
This commit is contained in:
parent
1c6d306760
commit
8571ec4d00
|
@ -24,6 +24,8 @@ function check(ip_address) {
|
||||||
return response.responseBody;
|
return response.responseBody;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
exports.check = check;
|
||||||
|
|
||||||
exports.VERSIONINFO = "IP Reputation Checker (ip-reputation.js) version 0.1";
|
exports.VERSIONINFO = "IP Reputation Checker (ip-reputation.js) version 0.1";
|
||||||
exports.AUTHOR = "abuse@catswords.net";
|
exports.AUTHOR = "abuse@catswords.net";
|
||||||
exports.global = global;
|
exports.global = global;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user