Check if IP belongs to any VPN service
npm install is-vpn
Check if ip belongs to any VPN service.
IPs database continiously grow
``const { isVpn } = require('is-vpn');
const { isVpn } = require('is-vpn');
const result = await isVpn('8.39.206.9'); // { isVpn: true }``