An open API service indexing awesome lists of open source software.

https://github.com/i2rys/is-ip-proxy

Check if the specified IP is a proxy.
https://github.com/i2rys/is-ip-proxy

check detect ip proxy proxy-check

Last synced: over 1 year ago
JSON representation

Check if the specified IP is a proxy.

Awesome Lists containing this project

README

          

# 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