vpn-gate-server-list
TypeScript icon, indicating that this package has built-in type declarations

0.1.4 • Public • Published

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

Package Sidebar

Install

npm i vpn-gate-server-list

Weekly Downloads

1

Version

0.1.4

License

MIT

Unpacked Size

26.7 kB

Total Files

21

Last publish

Collaborators

  • syntaxar