0.1.4 • Published 2 years ago

vpn-gate-server-list v0.1.4

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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');