Skip to main content

is it a proxy passing by?

import isProxy from 'https://raw.githubusercontent.com/optionsx/isProxy/master/index.ts'
const proxy = await isProxy('1.1.1.1')

console.log(proxy) // {"isProxy":false,"country":"US","region":"New South Wales","city":"Sydney","hostname":"one.one.one.one","isp":"Cloudflare"}