package
Version:
v0.0.0-...-c5bcced
Opens a new window with list of versions in this module.
Published: Sep 16, 2021
License: Apache-2.0
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
The check/blacklists package checks whether an IP is present in any blacklists.
var lib = require('check/blacklists');
var res = lib.check('212.227.126.135');
console.log(res);
type Check struct {
Listed bool `console:"listed" codec:"listed"`
Timeout bool `console:"timeout" codec:"timeout"`
Blacklist string `console:"blacklist" codec:"blacklist"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.