mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-03-12 00:45:14 +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;
|
||||
}
|
||||
|
||||
exports.check = check;
|
||||
|
||||
exports.VERSIONINFO = "IP Reputation Checker (ip-reputation.js) version 0.1";
|
||||
exports.AUTHOR = "abuse@catswords.net";
|
||||
exports.global = global;
|
||||
|
|
Loading…
Reference in New Issue
Block a user