is-tor
v3.5.1
Published
🔍 Detects whether a user is using a Tor exit node to hide their IP address.
Maintainers
Readme
Quick Start
To use is-tor, you need to install the module from NPM:
npm install is-torNow you have access to the isTor() function:
const isTor = require('is-tor);
console.log(isTor('176.10.99.200')) // => trueAuthors
The author of is-tor is Joey Malvinni
