Cellularhacker / node-vpn-gate

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 web 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

Web interface

Screenshot

License

MIT © Alexander Kazmin

About

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

License:MIT License


Languages

Language:JavaScript 95.0%Language:CSS 3.5%Language:HTML 1.5%