static-vpn-check

1.1.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i static-vpn-check

Weekly Downloads

2

Version

1.1.0

License

ISC

Unpacked Size

665 kB

Total Files

6

Last publish

Collaborators

  • vsaravind007