Check IP or domain in RKN blocking.
Installation
npm i check-rkn
Usage
const rkn = require('check-rkn');
rkn(['216.58.214.110', '108.174.10.10'], (err, res) => {
console.log(res)
});
rkn('108.174.10.10', (err, res) => {
console.log(res)
});
rkn(['google.com', 'linkedin.com'], (err, res) => {
console.log(res)
});
rkn('linkedin.com', (err, res) => {
console.log(res)
});
rkn(['hello.trololo', '127.0.0.hello'], (err, res) => {
console.log(res)
});
The first launch of each hour will last longer, since the new database is being downloaded.
© 2018 ExtensionsApp