Skip to content

I2rys/is-ip-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

is-ip-proxy

Check if the specified IP is a proxy.

Installation

Github:

git clone https://github.com/I2rys/is-ip-proxy

NpmJS:

npm i is-ip-proxy

Usage

(async()=>{
    const isIPProxy = require("is-ip-proxy")

    await isIPProxy.check("143.244.154.240")
    // => true
})()

License

MIT © I2rys