Check if the specified IP is a proxy.
Github:
git clone https://github.com/I2rys/is-ip-proxy
NpmJS:
npm i is-ip-proxy
(async()=>{
const isIPProxy = require("is-ip-proxy")
await isIPProxy.check("143.244.154.240")
// => true
})()
MIT © I2rys