vpn-gate-server-list
v0.1.4
Published
A nodejs package to provide list of available public VPN gate servers
Readme
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-listUsage Example
import {SerevrList, IServer} from 'vpn-gate-server-list';
const servers: IServer[] = await ServerList('https://www.vpngate.net');