Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

is-tor

joeymalvinni43Apache-2.03.5.1

🔍 Detects whether a user is using a Tor exit node to hide their IP address.

tor, is-tor, exit-node, exit, node, ip, hide, protection, bot, spam, threat

readme


Build Status Apache 2.0 License Github contributors Snyk vulnerabilities PRs welcome

Quick Start

To use is-tor, you need to install the module from NPM:

npm install is-tor

Now you have access to the isTor() function:

const isTor = require('is-tor);

console.log(isTor('176.10.99.200')) // => true

Authors

The author of is-tor is Joey Malvinni

List of all contributors

License

Apache 2.0