is-vpn
v1.0.2
Published
Check if IP belongs to any VPN service
Downloads
255
Readme
Check if ip belongs to any VPN service.
IPs database continiously grow
const { isVpn } = require('is-vpn');
const result = await isVpn('8.39.206.9'); // { isVpn: true }