static-vpn-check
v1.1.0
Published
A library for checking whether a given IP is part of a public VPN
Downloads
6
Readme
Static VPN Check
This module provides a way to check whether an IP is part of a public VPN service. The module uses this list of known VPN ips to do the look up: https://github.com/ejrv/VPNs
Installation
$ npm install static-vpn-check
Usage
const t = require('static-vpn-check')
let i = '45.61.69.205'
console.log(t.checkIp(i)) //Returns true