0.1.4 • Published 2 years ago
vpn-gate-server-list v0.1.4
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.net
but 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');
0.1.4
2 years ago