vpn-gate

2.1.2 • Public • Published

vpn-gate

Connect via openvpn using free vpngate.net config data from the CLI

Screenshot

Install

$ npm install --global vpn-gate

Usage

$ sudo vpn-gate [<COUNTRY>] [-p] <portnumber>

Examples

You can omit parameter, then openvpn will use config data with the highest score

$ sudo vpn-gate

...or you can use short country name, next command will load config data by openvpn that applies to Japan country and has highest score

$ sudo vpn-gate jp

...or with full country name

$ sudo vpn-gate japan

Also you can specify port number for browser interface, by default it will be 3333

$ sudo vpn-gate jp -p 9000

A little bit more freedom you can get by going to http://localhost:3333 after vpn-gate started

Browser interface

Screenshot

License

MIT © Alexander Kazmin

Dependents (0)

Package Sidebar

Install

npm i vpn-gate

Weekly Downloads

2

Version

2.1.2

License

MIT

Last publish

Collaborators

  • kazmin