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.
- Host: GitHub
- URL: https://github.com/i2rys/is-ip-proxy
- Owner: I2rys
- License: mit
- Created: 2022-05-24T02:24:36.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-28T05:23:28.000Z (over 3 years ago)
- Last Synced: 2025-01-22T00:52:29.519Z (over 1 year ago)
- Topics: check, detect, ip, proxy, proxy-check
- Language: JavaScript
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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