Skip to content

IPHub is an IP lookup website featuring Proxy/VPN detection

License

Notifications You must be signed in to change notification settings

Neumann-Valle/node-ipHub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

node-ipHub

IPHub is an IP lookup website featuring Proxy/VPN detection

Installation

npm install request --save

for what use?

Real time application are on the rise, and VPN, Proxys bring trolls , spammers and such.. ipHub would help on this, you check ip if vpn you allow it or not..

You use @socket.io or @Primus you can use it at authorization level to block VPNs from accessing your service..

usage

IPHub('192.168.1.1', 'your-x-key-here', function( res ){

    // rest of the code here
    // true if vpn, bad ip, proxy
    // false if ip is residential
    console.log( res.isaVPN );// res.isaVPN true or false

});

About

IPHub is an IP lookup website featuring Proxy/VPN detection

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published