Skip to content

joeymalvinni/is-tor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


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