Skip to content

A nodejs package to retrieve and parse VPN Gate server list using Scrapping techniques

License

Notifications You must be signed in to change notification settings

USSDlover/vpn-gate-server-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VPN Gate Server List

A NodeJS script to get list of servers from VPN gate website.

By default it will try to call https://www.vpngate.netbut user can change it by sending argument.

Install

npm install vpn-gate-server-list

Usage Example

import {SerevrList, IServer} from 'vpn-gate-server-list';

const servers: IServer[] = await ServerList('https://www.vpngate.net');

About

A nodejs package to retrieve and parse VPN Gate server list using Scrapping techniques

Resources

License

Stars

Watchers

Forks

Packages

No packages published