CLI
$ npm install -g istorexit
$ istorexit [ip...]NodeJs
const IsTorExit = require("istorexit");
IsTorExit("104.200.20.46").then(console.log); // true
IsTorExit("1.1.1.1").then(console.log); // falseПеремещено Shaman007 из internet
CLI
$ npm install -g istorexit
$ istorexit [ip...]NodeJs
const IsTorExit = require("istorexit");
IsTorExit("104.200.20.46").then(console.log); // true
IsTorExit("1.1.1.1").then(console.log); // falseПеремещено Shaman007 из internet




